Commit 0d197937 authored by linfeng's avatar linfeng

租车优化

parent ab985456
......@@ -163,7 +163,6 @@ public class CarRentalListActivity extends BaseStatusActivity<CommonPresenter> i
switch (requestType) {
case 0:
initData((CarAttributeListBean) result);
break;
case 1:
processData((CarTypeListBean) result);
......@@ -273,8 +272,8 @@ public class CarRentalListActivity extends BaseStatusActivity<CommonPresenter> i
map.put("lat", mLat);
map.put("lon", mLon);
map.put("parkBranchCompanyId", dataBean.getStartCompanyId());
map.put("startCompanyId",dataBean.getStartCompanyId());
map.put("endCompanyId",dataBean.getEndCompanyId());
map.put("startCompanyId", dataBean.getStartCompanyId());
map.put("endCompanyId", dataBean.getEndCompanyId());
try {
map.put("startDateTamp", TimeManager.dateToStamp(begDate));
map.put("endDateTamp", TimeManager.dateToStamp(endDate));
......
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