|
|
|
@@ -345,6 +345,7 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
Map<String,Object> query = new HashedMap(); |
|
|
|
query.put("tenantId",tenantId); |
|
|
|
query.put("id",paramsMap.get("id")); |
|
|
|
query.put("buildingId",paramsMap.get("buildingId")); |
|
|
|
List<Map<String,Object>> mapList = wxMerchantMapper.findBusByFloorId(query); |
|
|
|
for (Map<String,Object> map:mapList) { |
|
|
|
resultMap.put((String)map.get("btitle"),(Long)map.get("count")); |
|
|
|
|