From 82e3d32282cd6bc07e36564306fe5c35fdfb89da Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期一, 23 九月 2024 17:16:32 +0800
Subject: [PATCH] bug修改,初步完成

---
 zy-asrs-common/src/main/resources/mapper/wms/ViewInOutMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-common/src/main/resources/mapper/wms/ViewInOutMapper.xml b/zy-asrs-common/src/main/resources/mapper/wms/ViewInOutMapper.xml
index d1c436e..21be101 100644
--- a/zy-asrs-common/src/main/resources/mapper/wms/ViewInOutMapper.xml
+++ b/zy-asrs-common/src/main/resources/mapper/wms/ViewInOutMapper.xml
@@ -15,6 +15,7 @@
 	select * from asr_sta_inout_view
 	where 1=1
 	<include refid="viewInOutConditionSql"></include>
+	order by ymd desc
 </select>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1