|
@@ -322,7 +322,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
map.put("双辽市","0,100,365,369");
|
|
map.put("双辽市","0,100,365,369");
|
|
map.put("伊通县","0,100,365,370");
|
|
map.put("伊通县","0,100,365,370");
|
|
map.put("梨树县","0,100,365,371");
|
|
map.put("梨树县","0,100,365,371");
|
|
- int a = 1;
|
|
|
|
|
|
+ int a = 101;
|
|
Map<String,Object> td = new LinkedHashMap<>();
|
|
Map<String,Object> td = new LinkedHashMap<>();
|
|
for (Map.Entry<String, Object> m : map.entrySet()){
|
|
for (Map.Entry<String, Object> m : map.entrySet()){
|
|
Long updateCount = 0L;
|
|
Long updateCount = 0L;
|
|
@@ -354,7 +354,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
a+=1;
|
|
a+=1;
|
|
}
|
|
}
|
|
List<IndexViewInfo> indexViewInfoList = this.getBasicDataList(menuInfo);
|
|
List<IndexViewInfo> indexViewInfoList = this.getBasicDataList(menuInfo);
|
|
- int b = 6;
|
|
|
|
|
|
+ int b = 106;
|
|
for (IndexViewInfo indexViewInfo : indexViewInfoList){
|
|
for (IndexViewInfo indexViewInfo : indexViewInfoList){
|
|
if (!indexViewInfo.getCategory().equals("共有基础数据类型")){
|
|
if (!indexViewInfo.getCategory().equals("共有基础数据类型")){
|
|
td.put("count"+b,indexViewInfo.getCount());
|
|
td.put("count"+b,indexViewInfo.getCount());
|