|
@@ -1013,7 +1013,7 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
|
String scoreid ="";
|
|
|
|
|
|
for (Map.Entry<String,Object > entry : idMap.entrySet()) {
|
|
|
- OrganizationEvaluationInfo info = new OrganizationEvaluationInfo();
|
|
|
+ OrganizationEvaluationInfo info = this.getById(entry.getValue().toString());
|
|
|
info.setId(entry.getValue().toString());
|
|
|
String quantified = valueMap.get(entry.getKey().replace("ID_","IS_LH_")).toString();
|
|
|
scoreid = entry.getValue().toString();
|