|
|
@ -153,7 +153,7 @@ public class DeptScoreServiceImpl extends BaseServiceImpl<DeptScoreDao, DeptScor |
|
|
|
}); |
|
|
|
Map<String, DeptSelfSubScoreEntity> insertMap = new HashMap<>(); |
|
|
|
subScore.forEach(score -> { |
|
|
|
String key = score.getAgencyId().concat(index.getIndexCode()); |
|
|
|
String key = score.getDeptId().concat(index.getIndexCode()); |
|
|
|
DeptSelfSubScoreEntity scoreEntity = insertMap.get(key); |
|
|
|
if (scoreEntity == null) { |
|
|
|
scoreEntity = ConvertUtils.sourceToTarget(score, DeptSelfSubScoreEntity.class); |
|
|
@ -465,4 +465,4 @@ public class DeptScoreServiceImpl extends BaseServiceImpl<DeptScoreDao, DeptScor |
|
|
|
return map; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|