From 10a8ad1abf4e80aa651a27585ae6e8ca9a65810f Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期六, 07 六月 2025 15:06:47 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/common/service/CommonService.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/common/service/CommonService.java b/src/main/java/com/zy/common/service/CommonService.java
index 1d2bc1f..0dc32ac 100644
--- a/src/main/java/com/zy/common/service/CommonService.java
+++ b/src/main/java/com/zy/common/service/CommonService.java
@@ -351,7 +351,10 @@
                     continue;
                 }
                 if (Utils.BooleanWhsTypeStaIoType(whsType)){
-                    String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo());
+                    String shallowLoc = locMast1.getLocNo();
+                    if (locMast1.getRow1()!=25){
+                        shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo());
+                    }
                     LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>()
                             .eq("loc_no", shallowLoc).eq("loc_sts", "O"));
                     if (!Cools.isEmpty(locMast2)) {

--
Gitblit v1.9.1