|
|
@@ -406,7 +406,7 @@ public class DataCountService {
|
|
|
));
|
|
|
enterPriceLevelCountByPark.put(level, sortedDesc);
|
|
|
}
|
|
|
- tempCacheTownData.put("enterpriseLevelCountByPark", tempCacheParkData);
|
|
|
+ tempCacheTownData.put("enterpriseLevelCountByPark", enterPriceLevelCountByPark);
|
|
|
}
|
|
|
|
|
|
|