按测点查询渗流信息按时间升序

master
wany 2024-10-16 14:14:19 +08:00
parent 2364503645
commit 95a8bfd1b6
1 changed files with 1 additions and 1 deletions

View File

@ -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);