|
@ -311,7 +311,7 @@ public class DeptScoreServiceImpl extends BaseServiceImpl<DeptScoreDao, DeptScor |
|
|
//区直部门治理能力的 上一级是 quzhibumen
|
|
|
//区直部门治理能力的 上一级是 quzhibumen
|
|
|
////新增ALL_PARENT_INDEX_CODE 所有指标code拼接的字符串 冒号隔开
|
|
|
////新增ALL_PARENT_INDEX_CODE 所有指标code拼接的字符串 冒号隔开
|
|
|
deptScoreEntity.setAllParentIndexCode(IndexCodeEnum.QU_ZHI_BU_MEN.getCode()); |
|
|
deptScoreEntity.setAllParentIndexCode(IndexCodeEnum.QU_ZHI_BU_MEN.getCode()); |
|
|
String allPath = deptScoreEntity.getAllParentIndexCode().concat(StrConstant.COLON).concat(IndexCodeEnum.ZHI_LI_NENG_LI.getCode()); |
|
|
String allPath = deptScoreEntity.getAllParentIndexCode().concat(StrConstant.COLON).concat(deptScoreEntity.getIndexCode()); |
|
|
BigDecimal weight = indexGroupDetailService.getWeightByAllPathIndexCode(formDTO.getCustomerId(), allPath); |
|
|
BigDecimal weight = indexGroupDetailService.getWeightByAllPathIndexCode(formDTO.getCustomerId(), allPath); |
|
|
deptScoreEntity.setWeight(weight); |
|
|
deptScoreEntity.setWeight(weight); |
|
|
deptScoreEntityList.add(deptScoreEntity); |
|
|
deptScoreEntityList.add(deptScoreEntity); |
|
|