wlzboy
3 天以前 40a8157440e3b906da8f52e07d939d78c3f4c313
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,