modify sql error (#12717) (#12799)

Co-authored-by: jackfanwan <61672564+jackfanwan@users.noreply.github.com>
This commit is contained in:
Eric Gao 2022-11-07 20:33:52 +08:00 committed by GitHub
parent 58b729f828
commit 0206aea9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,9 +145,7 @@
pre_task_code=#{processTaskRelation.preTaskCode},
pre_task_version=#{processTaskRelation.preTaskVersion}
</set>
<where>
WHERE id = #{processTaskRelation.id}
</where>
</foreach>
</update>