|
@@ -126,6 +126,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
indexViewInfo.setUpdataCount(0L);
|
|
indexViewInfo.setUpdataCount(0L);
|
|
|
|
|
|
indexViewInfo.setCategory(categoryMap.get(subclass));
|
|
indexViewInfo.setCategory(categoryMap.get(subclass));
|
|
|
|
+ indexViewInfo.setCategoryEnglish(subclass);
|
|
indexViewInfo.setSubclass(subclassCount.get(subclass));
|
|
indexViewInfo.setSubclass(subclassCount.get(subclass));
|
|
|
|
|
|
List<MenuInfo> menuInfos = entry.getValue();
|
|
List<MenuInfo> menuInfos = entry.getValue();
|
|
@@ -157,6 +158,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
|
|
|
|
IndexViewInfo indexViewInfo = new IndexViewInfo();
|
|
IndexViewInfo indexViewInfo = new IndexViewInfo();
|
|
indexViewInfo.setCategory("共有基础数据类型");
|
|
indexViewInfo.setCategory("共有基础数据类型");
|
|
|
|
+ indexViewInfo.setCategoryEnglish("all");
|
|
indexViewInfo.setSubclass((long) basicDataList.size());
|
|
indexViewInfo.setSubclass((long) basicDataList.size());
|
|
indexViewInfo.setCount(totalCount);
|
|
indexViewInfo.setCount(totalCount);
|
|
basicList.add(indexViewInfo);
|
|
basicList.add(indexViewInfo);
|
|
@@ -254,8 +256,8 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
// 合并基础数据
|
|
// 合并基础数据
|
|
if (basicDataList != null) {
|
|
if (basicDataList != null) {
|
|
for (int i = 0; i < basicDataList.size(); i++) {
|
|
for (int i = 0; i < basicDataList.size(); i++) {
|
|
- systemInfoReportMap.put("basicDataSubclass" + i, basicDataList.get(i).getSubclass());
|
|
|
|
- systemInfoReportMap.put("basicDataCount" + i, basicDataList.get(i).getCount());
|
|
|
|
|
|
+ systemInfoReportMap.put("basicDataSubclass-" + basicDataList.get(i).getCategoryEnglish(), basicDataList.get(i).getSubclass());
|
|
|
|
+ systemInfoReportMap.put("basicDataCount-" + basicDataList.get(i).getCategoryEnglish(), basicDataList.get(i).getCount());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// 合并四长人数、巡护距离
|
|
// 合并四长人数、巡护距离
|