|
|
@ -100,7 +100,7 @@ public class CpcIndexCalculateServiceImpl implements CpcIndexCalculateService { |
|
|
|
totalEntity.setIsTotal(NumConstant.ONE_STR); |
|
|
|
totalEntity.setIndexCode(IndexCodeEnum.DANG_YUAN_XIANG_GUAN.getCode()); |
|
|
|
totalEntity.setScore(new BigDecimal(NumConstant.ZERO)); |
|
|
|
totalEntity.setAllParentIndexCode(indexGroupDetailEntity.getAllParentIndexCode()); |
|
|
|
totalEntity.setAllParentIndexCode(NumConstant.ZERO_STR); |
|
|
|
cpcScoreTotalMap.put(userId, totalEntity); |
|
|
|
} |
|
|
|
//自建群活跃度——议题转项目率 有阈值 >60%按60%算
|
|
|
|