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