|
@@ -783,7 +783,7 @@ public class OrganizationEvaluationServiceImpl extends ServiceImpl<OrganizationE
|
|
|
Map<String, Object> title2map = new LinkedHashMap<>();
|
|
|
title2map.put("考核指标名称",indicatorNamelist);
|
|
|
title1map.put(title1,title2map);
|
|
|
- map.put("zhdf","综合得分");
|
|
|
+ map.put("zhdf",true);
|
|
|
map.put("title",title1map);
|
|
|
map.put("values",bodylist2);
|
|
|
}
|