src/main/java/com/zy/asrs/entity/TestMast.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/entity/TestMast.java
@@ -27,7 +27,7 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; @ApiModelProperty(value= "") @ApiModelProperty(value= "通道") private Integer channel; /** 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); }