fix 标注结果插入报错的问题

This commit is contained in:
weiweiw 2024-11-29 17:34:18 +08:00
parent cbfa932648
commit 782e8c7872
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@
</when>
</choose>
<if test="annotationResource != null and annotationResource != ''">annotation_resource = #{annotationResource},</if>
<if test="labelStudioProjectId != null">label_studio_project_id = #{labelStudioProjectId},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
</set>
WHERE task_id = #{taskId} and file_id = #{fileId}