hanfucheng 1 سال پیش
والد
کامیت
001a45be3e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/sooka/sponest/data/index/service/impl/IndexViewServiceImpl.java

+ 2 - 2
src/main/java/com/sooka/sponest/data/index/service/impl/IndexViewServiceImpl.java

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