|
|
@ -695,6 +695,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService { |
|
|
|
gridScoreEntity.setIsTotal(NumConstant.ONE_STR); |
|
|
|
gridScoreEntity.setIndexCode(indexCode); |
|
|
|
gridScoreEntity.setScore(BigDecimal.ZERO); |
|
|
|
gridScoreEntity.setAllParentIndexCode(NumConstant.ZERO_STR); |
|
|
|
if (!CollectionUtils.isEmpty(gridScoreDTO.getDetailList()) && gridScoreDTO.getDetailList().size() != 3) { |
|
|
|
log.error("customerId:" + gridScoreDTO.getCustomerId() + ";gridId:" + gridScoreDTO.getGridId() + ";monthId:" + gridScoreDTO.getMonthId() + "能力值缺失,无法计算总值"); |
|
|
|
continue; |
|
|
|