|
@@ -196,10 +196,8 @@ public class OrganizationEvaluationCommonInfoServiceImpl extends ServiceImpl<Org
|
|
|
//是否量化
|
|
|
indicatormap.put("IS_LH_" +d.getChildCode() + "_" + d.getOptionCode(),resultMap.get(d.getChildCode()+"_"+d.getOptionCode()).getIsQuantified()?"1":"2");
|
|
|
|
|
|
- mapList.add(indicatormap);
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
+ mapList.add(indicatormap);
|
|
|
|
|
|
}
|
|
|
data.put("value", mapList);
|