自动化立体仓库 - WMS系统
#
18516761980
2022-10-06 70909ef529fb89861672306222f7491d236ad5d2
#
2个文件已修改
7 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/TestMast.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java 5 ●●●● 补丁 | 查看 | 原始文档 | 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);
        }