标注任务代码修改完善

This commit is contained in:
weiweiw 2024-12-18 09:16:32 +08:00
parent baab2d2c68
commit c215fb4d32
1 changed files with 3 additions and 1 deletions

View File

@ -117,7 +117,9 @@
AND (at.create_by = #{createBy} or at.create_by = #{createBy})
</when>
</choose>
GROUP BY ap.task_id
GROUP BY at.task_id
order by at.create_time desc
</select>
<!-- 插入标注任务 -->