自动化立体仓库 - WCS系统
#
Junjie
2025-04-02 6984e2147a254108cf527bafe4080b55bb165c7d
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -357,8 +357,8 @@
    @PostMapping("/shuttleGather")
    @OpenApiLog(memo = "小车集合")
    public R shuttleGather() {
        List<ShuttleGatherResult> shuttleGather = shuttleDispatchUtils.shuttleGather();
    public R shuttleGather(@RequestBody ShuttleGatherParam param) {
        List<ShuttleGatherResult> shuttleGather = shuttleDispatchUtils.shuttleGather(param);
        apiLogService.insert(new ApiLog(
                null