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

修改代码

parent 95d485a3
...@@ -72,7 +72,7 @@ public class OrderRentVehicleController extends CommonBaseController { ...@@ -72,7 +72,7 @@ public class OrderRentVehicleController extends CommonBaseController {
}else { }else {
BranchCompany endCompany = vehicleFeign.branchCompanyEntityList(map).getData().get(0); BranchCompany endCompany = vehicleFeign.branchCompanyEntityList(map).getData().get(0);
vo.setEndCompanyId(endCompany.getId()); vo.setEndCompanyId(endCompany.getId());
vo.setEndAddr(endCompany.detailAddr()); vo.setEndAddr(endCompany.getAddrDetail());
} }
} }
} }
......
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