modify sql error (#12717)

This commit is contained in:
jackfanwan 2022-11-05 21:44:01 +08:00 committed by GitHub
parent 04e23ed88f
commit 913525343e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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>