Commit 24c6bf72 authored by hezhen's avatar hezhen

Merge branch 'dev-tiande' of http://113.105.137.151:22280/youjj/cloud-platform into dev-tiande

parents 7f9113ed df93f344
...@@ -134,6 +134,8 @@ public class OrderRentVehicleService extends AbstractOrderHandle<OrderRentVehicl ...@@ -134,6 +134,8 @@ public class OrderRentVehicleService extends AbstractOrderHandle<OrderRentVehicl
public void initDetailSecond(RentVehicleBO bo) { public void initDetailSecond(RentVehicleBO bo) {
Cofig cofig = configFeign.getAllByType(ConfigFeign.TYPE_ORDER_EXTRACT+ "").getData().get(0); Cofig cofig = configFeign.getAllByType(ConfigFeign.TYPE_ORDER_EXTRACT+ "").getData().get(0);
CompanyWalletDetailDTO companyWalletDetailDTO =JSONUtil.toBean(cofig.getParams(), CompanyWalletDetailDTO.class); CompanyWalletDetailDTO companyWalletDetailDTO =JSONUtil.toBean(cofig.getParams(), CompanyWalletDetailDTO.class);
bo.getOrder().setRevenueJson(JSONUtil.toJsonStr(companyWalletDetailDTO));
//下单 //下单
/*companyWalletDetailDTO.setClosedVehicleAmout(BigDecimal.ZERO);//收车服务费 /*companyWalletDetailDTO.setClosedVehicleAmout(BigDecimal.ZERO);//收车服务费
companyWalletDetailDTO.setPlatformCompanyId(0);//平台门店 companyWalletDetailDTO.setPlatformCompanyId(0);//平台门店
......
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