提交代码
This commit is contained in:
parent
f331fe1dc6
commit
7a53092c4f
|
|
@ -30,11 +30,11 @@
|
|||
left join ai_annotation_task aat on aat.task_id = atv.task_id
|
||||
left join ai_dataset ad on ad.dataset_id = atv.dataset_id
|
||||
left join ai_annotation_task_annotator_map ap on atv.task_id = ap.task_id
|
||||
where atv.del_flag = '0' and ap.annotation_status IN ('0', '1', '2','3')
|
||||
where atv.del_flag = '0' and ap.annotation_status IN ('0', '1', '2','3') and atv.dataset_id =#{datasetId}
|
||||
<if test="versionName != null and versionName != ''">
|
||||
AND version_name LIKE CONCAT('%', #{versionName}, '%')
|
||||
</if>
|
||||
ORDER BY atv.create_time DESC
|
||||
GROUP BY ap.task_id
|
||||
ORDER BY create_time DESC
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue