自动化立体仓库 - WMS系统
*
L
2026-01-21 66c991b89f3f22f04dd5d56f852938c31dd16798
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -434,7 +434,11 @@
//    @ManagerAuth(memo = "手动入库,2楼无需桁架手动入库 wms入库")
    public R PalletizingCompleteTwoFloorParam(@RequestBody PalletizingCompleteTwoFloorParam combParam){
        try{
            mobileService.PalletizingCompleteTwoFloorParam(combParam);
            if (combParam.getBoxType().equals("999")){
                mobileService.PalletizingCompleteTwoFloorParam212(combParam);
            } else {
                mobileService.PalletizingCompleteTwoFloorParam(combParam);
            }
        } catch (Exception e){
            return R.error(e.getMessage()).add(e.getMessage());
        }