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