|
@ -731,7 +731,7 @@ public class RedisStorage {
|
|
|
for(Map.Entry<String,Town> town:townsMap.entrySet()){
|
|
|
Map<String, List<ETLModel>> oneELTMap= eltModel.get(town.getKey());
|
|
|
JSONArray level2=new JSONArray();
|
|
|
for(int i=1;i<=foreachNum;i++){
|
|
|
for(int i=start;i<=foreachNum;i++){
|
|
|
JSONObject jo=new JSONObject();
|
|
|
int num=0;
|
|
|
if(oneELTMap!=null){
|