自动化立体仓库 - WMS系统
skyouc
1 天以前 d887f786e04e32e286afa35aa9e7d5f79c73384c
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());
    }