自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-04-06 e37cbe8c4d9cdf1f511135d302960faa04e12dd6
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -348,7 +348,7 @@
    @ManagerAuth
    public R getCheckDetl2(String barcode) {
        WrkMast wrkMast = wrkMastService.selectByBarcode(barcode);
        if(Cools.isEmpty()){
        if(Cools.isEmpty(wrkMast)){
            throw new CoolException("此托盘码没有盘点任务");
        }
        if (wrkMast.getIoType() != 107){