#
Junjie
2025-04-22 cb511f2be8a0a2479cd9c28244dac031823652b0
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