批量生成调度工单
This commit is contained in:
parent
21b0f5d0b9
commit
8936827725
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user