ruoyi-system/src/main/resources/mapper/system/NotifyTaskMapper.xml
@@ -73,6 +73,11 @@ where task_id = #{taskId} and user_id = #{userId} and notify_type = #{notifyType} </select> <select id="selectByTaskIdAndType" resultMap="NotifyTaskResult"> <include refid="selectNotifyTaskVo"/> where task_id = #{taskId} and notify_type = #{notifyType} </select> <insert id="insertNotifyTask" parameterType="NotifyTask" useGeneratedKeys="true" keyProperty="id"> insert into sys_notify_task ( task_id, task_code, notify_type, user_id, user_name, user_phone,