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 wf_task_record
SET
NEW_NUM = #{newNum},
NEW_TIME = #{operateTime}
WHERE ID = #{id}
</update>
<update id="editWfInfoRecord">
UPDATE wf_info_record
SET
NEW_NUM = #{newNum},
NEW_TIME = #{operateTime}
WHERE ID = #{id}
</update>