Commit df93f344 authored by 周健威's avatar 周健威

修改统计问题

parent 14c8338d
...@@ -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