自动化立体仓库 - WMS系统
#
whycq
2023-03-14 1e424ca4454f707b0260ad8be2e164ce66cf660d
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){