|
@@ -1008,6 +1008,7 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
|
OrganizationEvaluationInfo info = new OrganizationEvaluationInfo();
|
|
|
info.setId(entry.getValue().toString());
|
|
|
String quantified = valueMap.get(entry.getKey().replace("ID_","IS_LH_")).toString();
|
|
|
+ scoreid = entry.getValue().toString();
|
|
|
if(null != valueMap.get(entry.getKey().replace("ID_", ""))) {
|
|
|
|
|
|
|
|
@@ -1028,7 +1029,7 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
|
|
|
|
if (entry.getKey().endsWith("_DF") || entry.getKey().endsWith("_DF2") || entry.getKey().endsWith("_JHDF")) {
|
|
|
score = score + info.getQuantifiedValue();
|
|
|
- scoreid = entry.getValue().toString();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|