Merge remote-tracking branch 'origin/main'

This commit is contained in:
haozq 2026-02-03 18:04:29 +08:00
commit 3fe0fe901d
2 changed files with 0 additions and 2 deletions

View File

@ -4,14 +4,12 @@
<update id="editWfTaskRecord"> <update id="editWfTaskRecord">
UPDATE wf_task_record UPDATE wf_task_record
SET SET
NEW_NUM = #{newNum},
NEW_TIME = #{operateTime} NEW_TIME = #{operateTime}
WHERE ID = #{id} WHERE ID = #{id}
</update> </update>
<update id="editWfInfoRecord"> <update id="editWfInfoRecord">
UPDATE wf_info_record UPDATE wf_info_record
SET SET
NEW_NUM = #{newNum},
NEW_TIME = #{operateTime} NEW_TIME = #{operateTime}
WHERE ID = #{id} WHERE ID = #{id}
</update> </update>