Commit 3e7e40e7 authored by 周健威's avatar 周健威

调车相关

parent d7204fe8
......@@ -163,6 +163,10 @@ public class ShuntApplyController extends BaseController<ShuntApplyBiz, ShuntApp
bo.setApplyOrderSign(SYS_TRUE);
bo.setAppUserDTO(userFeign.userDetailByToken(BaseContextHandler.getToken()).getData());
orderRentVehicleService.applyCreateOrder(bo, shuntApply.getOrderNo());
baseBiz.updateSelectiveById(new ShuntApply(){{
setId(shuntApply.getId());
setStatus(ShuntApply.STATUS_ORDER);
}});
return ObjectRestResponse.succ(bo.getOrder());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment