|
|
@ -375,6 +375,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService { |
|
|
|
gridSubScoreEntity.setIndexCode(detail.getIndexCode()); |
|
|
|
gridSubScoreEntity.setAllParentIndexCode(detail.getAllParentIndexCode()); |
|
|
|
gridSubScoreEntity.setScore(detail.getScore()); |
|
|
|
gridSubScoreEntity.setWeight(detail.getWeight()); |
|
|
|
gridSubScoreList.add(gridSubScoreEntity); |
|
|
|
} |
|
|
|
}); |
|
|
|