#612 已处理巡检问题需按照倒序排列

master
李一帆 2025-04-10 15:56:37 +08:00
parent 3741cbc4af
commit f40ce2c99b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public interface InspectTaskDetailMapper extends BaseMapper<InspectTaskDetail> {
and t4.finish_time <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
</if>
</where>
order by t4.finish_time desc
</script>
""")
Page<InspectProblemVo> pageQuery(Page<InspectProblemVo> page,@Param("obj") InspectProblemPageSo page1);