自动化立体仓库 - WMS系统
#
18516761980
2023-04-30 c5e6b505086a25a9127e9004cdd89cac71081281
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){