From f8a5192aa2797e83f5000ff9035f149b0a1b00a1 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 28 十月 2024 15:42:58 +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