From baab2d2c6806b8d830dc0ca7cf2a7e7c3d4ab162 Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Tue, 17 Dec 2024 18:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=B3=A8=E4=BB=BB=E5=8A=A1=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BF=AE=E6=94=B9=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/AnnotationTaskMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 851f479..8240233 100644 --- a/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml +++ b/bonus-modules/bonus-ai/src/main/resources/mapper/AnnotationTaskMapper.xml @@ -86,8 +86,8 @@ COUNT(*) AS totalCount, DATE_FORMAT(at.start_time, '%Y-%m-%d %H:%i:%s') AS startTime, DATE_FORMAT(at.end_time, '%Y-%m-%d %H:%i:%s') AS endTime, - GROUP_CONCAT(DISTINCT ap.annotator_id) AS annotator_ids, - GROUP_CONCAT(DISTINCT ap.reviewer_id) AS reviewer_ids + GROUP_CONCAT(DISTINCT ap.annotator_id) AS annotatorIds, + GROUP_CONCAT(DISTINCT ap.reviewer_id) AS reviewerIds FROM ai_annotation_task at LEFT JOIN ai_annotation_task_annotator_map ap on at.task_id = ap.task_id LEFT JOIN ai_dataset ad on ad.dataset_id = at.dataset_id