OA待办任务 删除 PID

This commit is contained in:
gaojiabao
2023-04-19 10:02:08 +08:00
parent 2d6a5da974
commit 092bf3d34f
@@ -61,4 +61,10 @@
CONCAT( date_sub( DATE_FORMAT( NOW(), '%Y-%m-%d' ), INTERVAL 1 DAY), '%')) and
TASK_INFO = '标准化活动参会流程-流程结束'
</select>
<update id="updateByIdinfo">
update bus_process_new
set `MESG`= #{mesg}
where `ID` = #{id}
</update>
</mapper>