sql 调整
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user