fix 标注结果插入报错的问题
This commit is contained in:
parent
cbfa932648
commit
782e8c7872
|
|
@ -300,7 +300,6 @@
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
<if test="annotationResource != null and annotationResource != ''">annotation_resource = #{annotationResource},</if>
|
<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>
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||||
</set>
|
</set>
|
||||||
WHERE task_id = #{taskId} and file_id = #{fileId}
|
WHERE task_id = #{taskId} and file_id = #{fileId}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue