修改接口

This commit is contained in:
weiweiw 2024-11-29 18:26:11 +08:00
parent 64042c03a4
commit 2afb0acec6
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
</select>
<select id="getMyNoAnnotationTask" parameterType="Long" resultType="com.bonus.ai.domain.dataset.AnnotationTaskEntity">
SELECT distinct at.task_id AS taskId, at.task_name AS taskName
SELECT distinct at.task_id AS taskId, at.task_name AS taskName, at.labels as labels
FROM ai_annotation_task at
LEFT JOIN ai_annotation_task_annotator_map ap on at.task_id = ap.task_id
WHERE at.del_flag = '0' and ap.annotation_status IN ('0') and ap.annotator_id = #{annotatorId}