sql 调整

This commit is contained in:
zhangchenbiao
2023-08-16 19:31:10 +08:00
parent 9b93e91c95
commit 637780c52f

View File

@@ -197,7 +197,7 @@
</select>
<update id="updateUndoTaskStatusToOverdue">
<![CDATA[ update hy_follow_task set task_status = '2' where task_status = '0' and deadline < now() ]]]>
<![CDATA[ update hy_follow_task set task_status = '2' where task_status = '0' and deadline < now() ]]>
</update>
<select id="getFollowTaskList" resultMap="BaseResultMap">