wlzboy
3 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
ruoyi-system/src/main/java/com/ruoyi/system/mapper/NotifyTaskMapper.java
@@ -47,6 +47,15 @@
    int countByTaskUserType(@Param("taskId") Long taskId, @Param("userId") Long userId, @Param("notifyType") String notifyType);
    /**
     * 按taskId和通知类型查询所有通知任务
     *
     * @param taskId     业务任务ID
     * @param notifyType 通知类型
     * @return 通知任务列表
     */
    List<NotifyTask> selectByTaskIdAndType(@Param("taskId") Long taskId, @Param("notifyType") String notifyType);
    /**
     * 新增通知任务
     * 
     * @param notifyTask 通知任务