From 958883d6f4dac68fcbbccadb4e7f87e963eee0e8 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期三, 09 七月 2025 12:32:40 +0800 Subject: [PATCH] 新增盘点提取库存后可以删除明细 --- 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