src/main/java/com/zy/asrs/controller/MobileController.java
@@ -187,6 +187,15 @@ return mobileService.getCacheLocs(); } @ManagerAuth @GetMapping("/cache/sites/{type}") @ApiOperation("获取缓存区入出库站点信息") public R getCacheSites(@PathVariable String type) { return mobileService.getCacheSites(type); } @PostMapping("/cache/agv/call") @ApiOperation("缓冲区入库") @ManagerAuth @@ -363,7 +372,6 @@ if (Objects.isNull(callAgvBackParam.getOrgSite())) { return R.error("参数不能为空!!"); } return mobileService.agvCallback(callAgvBackParam, getUserId()); }