|
|
|
|
81
|
indexMap.put("menuList",menuList);
|
81
|
indexMap.put("menuList",menuList);
|
82
|
indexMap.put("bannerList",toBannerList);
|
82
|
indexMap.put("bannerList",toBannerList);
|
83
|
indexMap.put("messageTotal",totalMap.get("messageTotal"));
|
83
|
indexMap.put("messageTotal",totalMap.get("messageTotal"));
|
84
|
- indexMap.put("hotelMap",hotelRes.getData());
|
|
|
85
|
- indexMap.put("shopMap",shopRes.getData());
|
|
|
|
|
84
|
+ indexMap.put("tpHotel",hotelRes.getData());
|
|
|
85
|
+ indexMap.put("tpShopType",((Map<Object, Object>)shopRes.getData()).get("tpShopType"));
|
|
|
86
|
+ indexMap.put("tpShopList",((Map<Object, Object>)shopRes.getData()).get("tpShopList"));
|
86
|
indexMap.put("toDoTotal",totalMap.get("toDoTotal"));
|
87
|
indexMap.put("toDoTotal",totalMap.get("toDoTotal"));
|
87
|
responseBean.addSuccess(indexMap);
|
88
|
responseBean.addSuccess(indexMap);
|
88
|
return responseBean;
|
89
|
return responseBean;
|