fix 标注结果插入报错的问题
This commit is contained in:
parent
cbfa932648
commit
782e8c7872
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue