|
|
@ -141,6 +141,7 @@ public class BusVehicleApplyDetailService extends MybatisBaseService<BusVehicleA |
|
|
|
vo.setContractPrice(vo.getContractPrice()); |
|
|
|
} |
|
|
|
BusVehicleApplySzVo busVehicleApplySz = busVehicleApplySzService.selectByDetails(vo.getSid()); |
|
|
|
if(busVehicleApplySz != null){ |
|
|
|
String overallDimension = ""; |
|
|
|
if (StringUtils.isNotBlank(busVehicleApplySz.getWkLong())) { |
|
|
|
overallDimension = "长 " + busVehicleApplySz.getWkLong() + " mm,"; |
|
|
@ -162,6 +163,8 @@ public class BusVehicleApplyDetailService extends MybatisBaseService<BusVehicleA |
|
|
|
vo.setBusVehicleApplySz(busVehicleApplySz); |
|
|
|
vo.setGuidePrice(busVehicleApplySz.getGuidePrice()); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
return busVehicleApplyDetailVos; |
|
|
|
} |
|
|
|