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()); }