#612 已处理巡检问题需按照倒序排列
parent
3741cbc4af
commit
f40ce2c99b
|
|
@ -50,6 +50,7 @@ public interface InspectTaskDetailMapper extends BaseMapper<InspectTaskDetail> {
|
||||||
and t4.finish_time <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
|
and t4.finish_time <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by t4.finish_time desc
|
||||||
</script>
|
</script>
|
||||||
""")
|
""")
|
||||||
Page<InspectProblemVo> pageQuery(Page<InspectProblemVo> page,@Param("obj") InspectProblemPageSo page1);
|
Page<InspectProblemVo> pageQuery(Page<InspectProblemVo> page,@Param("obj") InspectProblemPageSo page1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue