自动化立体仓库 - WMS系统
#
yxFwq
9 天以前 10a8ad1abf4e80aa651a27585ae6e8ca9a65810f
#
1个文件已修改
5 ■■■■ 已修改文件
src/main/java/com/zy/common/service/CommonService.java 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)) {