批量生成调度工单

This commit is contained in:
PC 2026-01-19 14:38:42 +08:00
parent 21b0f5d0b9
commit 8936827725

View File

@ -155,7 +155,7 @@ public class EbikeBikeOrderController {
* @param dispatchSwapVo 车辆编号 * @param dispatchSwapVo 车辆编号
* @return 结果 * @return 结果
*/ */
@GetMapping("dispatchSwapOrders") @PostMapping("dispatchSwapOrders")
public JsonResult<?> dispatchSwapOrders(@RequestBody @Validated DispatchSwapVo dispatchSwapVo) { public JsonResult<?> dispatchSwapOrders(@RequestBody @Validated DispatchSwapVo dispatchSwapVo) {
ebikeBikeOrderService.createDispatchSwapOrders(dispatchSwapVo); ebikeBikeOrderService.createDispatchSwapOrders(dispatchSwapVo);
return JsonResult.success(); return JsonResult.success();