自动化立体仓库 - WMS系统
#
18516761980
2022-10-06 fa210c4d4166425529872ebb9dfab675d222295b
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -629,7 +629,10 @@
            log.error("测试申请失败", testMast.getBarcode());
            throw new CoolException("测试申请失败");
        }
        LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", testMast.getLocNo()));
        LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>()
                .eq("loc_no", testMast.getLocNo())
                .eq("channel",testMast.getChannel())
        );
        if (Cools.isEmpty(locMast)) {
            throw new CoolException(BaseRes.PARAM);
        }