修改排序
parent
c5654346ab
commit
eb1168223f
|
|
@ -44,7 +44,7 @@ public interface OsmoticPressRMapper extends BaseMapper<OsmoticPressR> {
|
|||
and t.tm <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
|
||||
</if>
|
||||
</where>
|
||||
order by t.tm,t.station_code desc
|
||||
order by t.tm desc
|
||||
</script>
|
||||
""")
|
||||
Page<OsmoticPressR> queryPage(Page<OsmoticPressR> page,@Param("obj") OsmoticQueryPageSo osmoticQueryPageSo);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ public interface OsmoticWarnRMapper extends BaseMapper<OsmoticWarnR> {
|
|||
and t.tm <![CDATA[<=]]> #{obj.dateTimeRangeSo.end}
|
||||
</if>
|
||||
</where>
|
||||
order by t.tm,t.station_code desc
|
||||
order by t.tm desc
|
||||
</script>
|
||||
""")
|
||||
Page<OsmoticWarnVo> queryPage(Page<OsmoticWarnVo> page,@Param("obj") WarnPageSo warnPageSo);
|
||||
|
|
|
|||
Loading…
Reference in New Issue