修改分页数据排序
This commit is contained in:
parent
9a45032ff8
commit
89a4aa5dbe
@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
oper_name = #{params.operName}
|
oper_name = #{params.operName}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by oper_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
update_by as 'updateBy'
|
update_by as 'updateBy'
|
||||||
from xhpc_device_message
|
from xhpc_device_message
|
||||||
where type=#{type} and serial_number=#{serialNumber}
|
where type=#{type} and serial_number=#{serialNumber}
|
||||||
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user