标注任务代码修改完善
This commit is contained in:
parent
c215fb4d32
commit
e04dcd976c
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
<!-- 我参与的任务 和我创建的 或所有的-->
|
||||
<select id="selectMyAnnotationTaskList" parameterType="com.bonus.ai.domain.dataset.AnnotationTaskEntity" resultMap="BaseResultMap">
|
||||
SELECT ap.task_id , at.dataset_id , at.task_name , at.task_uuid, at.description, at.annotation_scene, at.annotation_type ,
|
||||
SELECT at.task_id , at.dataset_id , at.task_name , at.task_uuid, at.description, at.annotation_scene, at.annotation_type ,
|
||||
at.labels, at.is_annotation_team AS isStartTeam, at.annotation_status,
|
||||
at.label_studio_project_id, at.del_flag, at.create_by , at.create_time,
|
||||
at.update_by , at.update_time, ad.dataset_name AS datasetName, su.user_name AS ownerName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue