|
@@ -406,6 +406,7 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
}
|
|
}
|
|
titlemap.put("key", d.getOptionName());//名称
|
|
titlemap.put("key", d.getOptionName());//名称
|
|
titlemap.put("code",d.getChildCode()+"_"+d.getOptionCode());//名称
|
|
titlemap.put("code",d.getChildCode()+"_"+d.getOptionCode());//名称
|
|
|
|
+ titlemap.put("flag", d.getIsQuantified());//是否量化
|
|
titleArray.add(titlemap);
|
|
titleArray.add(titlemap);
|
|
|
|
|
|
}
|
|
}
|