From 110c67264a45e72b763681bf3d7721e16758c55f Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 31 三月 2025 09:48:46 +0800
Subject: [PATCH] fix: 修改page方法为倒叙
---
platformx-device-biz/src/main/resources/mapper/InventoryFlowWaterMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/platformx-device-biz/src/main/resources/mapper/InventoryFlowWaterMapper.xml b/platformx-device-biz/src/main/resources/mapper/InventoryFlowWaterMapper.xml
index 9f9ab0b..9248666 100644
--- a/platformx-device-biz/src/main/resources/mapper/InventoryFlowWaterMapper.xml
+++ b/platformx-device-biz/src/main/resources/mapper/InventoryFlowWaterMapper.xml
@@ -36,5 +36,6 @@
<if test="queryDTO.deviceName != null and queryDTO.deviceName !=''">
and d.name like CONCAT('%', #{queryDTO.deviceName}, '%')
</if>
+ order by ifw.create_time desc
</select>
</mapper>
--
Gitblit v1.9.1