From 782e8c7872343f968bdb4d05dc8f8f96eecbb706 Mon Sep 17 00:00:00 2001
From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com>
Date: Fri, 29 Nov 2024 17:34:18 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E6=A0=87=E6=B3=A8=E7=BB=93=E6=9E=9C?=
=?UTF-8?q?=E6=8F=92=E5=85=A5=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml b/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml
index 8685955..fa4c1cd 100644
--- a/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml
+++ b/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml
@@ -300,7 +300,6 @@
annotation_resource = #{annotationResource},
- label_studio_project_id = #{labelStudioProjectId},
update_by = #{updateBy},
WHERE task_id = #{taskId} and file_id = #{fileId}