按测点查询渗流信息按时间升序
parent
2364503645
commit
95a8bfd1b6
|
|
@ -190,7 +190,7 @@ public interface OsmoticPressRMapper extends BaseMapper<OsmoticPressR> {
|
|||
<if test="obj.dateTimeRangeSo != null and obj.dateTimeRangeSo.end != null">
|
||||
and t.tm <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
|
||||
</if>
|
||||
order by t.tm desc
|
||||
order by t.tm asc
|
||||
</script>
|
||||
""")
|
||||
List<OsmoticPressDetailVo> detailValue(@Param("obj") OsmoticDetailQuerySo so);
|
||||
|
|
|
|||
Loading…
Reference in New Issue