#612 已处理巡检问题需按照倒序排列
parent
3741cbc4af
commit
f40ce2c99b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue