标注任务代码修改完善
This commit is contained in:
parent
baab2d2c68
commit
c215fb4d32
|
|
@ -117,7 +117,9 @@
|
||||||
AND (at.create_by = #{createBy} or at.create_by = #{createBy})
|
AND (at.create_by = #{createBy} or at.create_by = #{createBy})
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
GROUP BY ap.task_id
|
GROUP BY at.task_id
|
||||||
|
order by at.create_time desc
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 插入标注任务 -->
|
<!-- 插入标注任务 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue