修改接口
This commit is contained in:
parent
64042c03a4
commit
2afb0acec6
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue