From bfa307fb0fe82ce6f5a2ea354fcee43d9d1f0fa1 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 13 四月 2026 09:53:06 +0800
Subject: [PATCH] no message

---
 src/main/resources/mapper/LocDetlMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 36424b1..e27407c 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -318,6 +318,7 @@
 
         <include refid="batchSeqA"></include>
 
+
         <if test="locNos != null and locNos.size > 0">
             and b.loc_no not in
             <foreach item="item" collection="locNos" index="index"  separator="," open="(" close=")">
@@ -336,7 +337,6 @@
             DATEPART( dd, a.modi_time ),
             a.anfme,b.lev1,b.bay1
         ASC
-
     </select>
 
     <select id="queryStockAllCache" resultMap="BaseResultMap">
@@ -360,7 +360,7 @@
         </if>
 
         order by
-        DATEPART(yyyy,a.modi_time),DATEPART(mm,a.modi_time),DATEPART(dd,a.modi_time), a.anfme
+             DATEPART(yyyy,a.modi_time),DATEPART(mm,a.modi_time),DATEPART(dd,a.modi_time), a.anfme
         asc,
         NEWID()
 

--
Gitblit v1.9.1