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); }