This commit is contained in:
zt
2025-02-27 18:37:49 +08:00
parent c3b8f5bf89
commit 575eb5747e
10 changed files with 21 additions and 9 deletions

View File

@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bptp.uploader,
bptp.progress,
bptp.audit_status,
bptp.create_time,
bptp.upload_time,
bptp.task_staff_num,
bptp.task_name,
bptp.project_name

View File

@ -79,6 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and fpt.status = #{dto.status}
</if>
</where>
order by fpt.create_time desc
</select>
</mapper>