src/main/java/com/zy/asrs/controller/MobileController.java
@@ -389,6 +389,16 @@ return mobileService.getAllBindInfo(params); } @ManagerAuth(memo = "确认台车出库") @RequestMapping("/confirm/all/out") public R confirmAllOut(@RequestBody AgvCallParams params) { if (Objects.isNull(params) || Objects.isNull(params.getCarBarcode())) { return R.error("参数不能为空!!"); } return mobileService.outStockByTc(params); } @ApiOperation("确认捆包出库") @ManagerAuth(memo = "确认捆包出库") @RequestMapping("/agv/out/confirm")