Commit 11041eb3 authored by 周健威's avatar 周健威

修改后台下单代码

parent d8a7275c
......@@ -94,7 +94,6 @@ public class OrderRentVehicleService extends AbstractOrderHandle<OrderRentVehicl
super.initDetail(bo);
if(null != bo.getCrtUser()) {
bo.getOrder().setCrtUser(bo.getCrtUser());
bo.setOrder(baseOrderBiz.updateSelectiveByIdReT(bo.getOrder()));
}
initDetailSecond(bo);
}
......
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