优化
This commit is contained in:
@ -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
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user