From 4fb8c8dc5b06771201c26ba9225818e908191994 Mon Sep 17 00:00:00 2001
From: L <L@123>
Date: 星期四, 25 九月 2025 10:28:16 +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