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

修复bug

parent c91f9493
......@@ -76,7 +76,7 @@ public class OrderRentVehicleController extends CommonBaseController {
throw new BaseException(ResultCode.PARAM_ILLEGAL_CODE, Sets.newSet("公司参数不正确"));
}else {
BranchCompany endCompany = vehicleFeign.branchCompanyEntityList(map).getData().get(0);
vo.setEndCity(endCompany.getId());
vo.setEndCompanyId(endCompany.getId());
}
}
}
......
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