From fc6a73660fb4c76a2b0479bb8108768b7ff0d146 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期四, 21 八月 2025 16:47:42 +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