Commit 06d38134 authored by hanfeng's avatar hanfeng

Merge branch 'master-bug-vehiclemodel-hf' into dev

parents 9f23c2c3 115a4023
...@@ -90,7 +90,7 @@ public class VehicleInformationDownloadBiz extends BaseBiz<VehicleMapper, Vehicl ...@@ -90,7 +90,7 @@ public class VehicleInformationDownloadBiz extends BaseBiz<VehicleMapper, Vehicl
VehicleExcelVo build = VehicleExcelVo.builder() VehicleExcelVo build = VehicleExcelVo.builder()
.code(result.getCode()) .code(result.getCode())
.numberPlate(result.getNumberPlate()) .numberPlate(result.getNumberPlate())
.parkBranchCompanyName(result.getParkBranchCompanyName()) .parkBranchCompanyName(result.getParkBranchCompanyId()==1?"欣新房车有限公司":result.getParkBranchCompanyName())
.status(result.getStatus()) .status(result.getStatus())
.useTypeName(result.getUseTypeName()) .useTypeName(result.getUseTypeName())
.vehicleType(result.getVehicleType()) .vehicleType(result.getVehicleType())
......
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