#
zwl
2025-04-17 0a379c6fefa6dee0ce4436a25fb78d0da4ba6793
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