修改分页数据排序

This commit is contained in:
panshuling321 2022-01-18 18:08:27 +08:00
parent 9a45032ff8
commit 89a4aa5dbe
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
oper_name = #{params.operName}
</if>
</where>
order by oper_time desc
</select>
</mapper>

View File

@ -18,6 +18,7 @@
update_by as 'updateBy'
from xhpc_device_message
where type=#{type} and serial_number=#{serialNumber}
order by create_time desc
</select>