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 fa4c1cd..a16bdb8 100644 --- a/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml +++ b/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml @@ -279,6 +279,8 @@ where abf.del_flag = '0' and aat.del_flag = '0' and aat.task_id = #{taskId} and adfm.file_id = #{fileId} + + UPDATE ai_annotation_task_annotator_map @@ -287,7 +289,7 @@ annotation_result = #{annotationResult}, annotation_time = sysdate(), - annotationStatus = '1', + annotation_status = '1', audit_failed_reason = #{auditFailedReason}, @@ -295,7 +297,7 @@ annotation_status = '3', - annotationStatus = #{annotationStatus}, + annotation_status = #{annotationStatus}, review_time = sysdate(), @@ -327,5 +329,28 @@ WHERE at.del_flag = '0' and ap.annotation_status IN ('1') and ap.reviewer_id = #{reviewerId} + +