自动化立体仓库 - WMS系统
skyouc
4 天以前 dcd2e9ad65580de56147956e718059f50f1691d2
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -63,6 +63,13 @@
    @PostMapping("/agv/collectionPakin/view")
    @ManagerAuth
    public R pdaAgvCollectionPakinView(@RequestBody CollectionPakinParams params) {
        if (Objects.isNull(params.getOrgBarcode())) {
            return R.error("源托盘不能为空!");
        }
        if (Objects.isNull(params.getMatnr())) {
            return R.error("物料编码不能为空!!");
        }
        return mobileService.collectionPakinView(params);
    }
@@ -367,8 +374,7 @@
        if (Objects.isNull(combParam)) {
            return R.error("参数不能为空!!");
        }
        mobileService.combInPub(combParam, 10031L);
        return R.ok("上架成功");
       return mobileService.combInPub(combParam, 10031L);
    }
    @RequestMapping("/pack/get/auth")