|
@ -739,7 +739,7 @@ public class IndexCalculateDistrictServiceImpl implements IndexCalculateDistrict |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
} else if (IndexCodeEnum.SUO_YOU_ZHI_SHU_BMZLNLPJZ.getCode().equals(detail.getIndexCode())){ |
|
|
} else if (IndexCodeEnum.SUO_YOU_ZHI_SHU_BMZLNLPJZ.getCode().equals(detail.getIndexCode())){ |
|
|
List<SubAgencyScoreAvgResultDTO> deptScoreAvgList = deptScoreDao.selectGovernDeptScoreAvgExistsSubNotSelfNew(monthId, IndexCodeEnum.ZHI_LI_NENG_LI.getCode(),form.getCustomerAreaCode(),quarterId,yearId); |
|
|
List<SubAgencyScoreAvgResultDTO> deptScoreAvgList = deptScoreDao.selectGovernDeptScoreAvgExistsSubNotSelfNew(form.getCustomerAreaCode(),monthId, IndexCodeEnum.ZHI_LI_NENG_LI.getCode(),quarterId,yearId); |
|
|
log.info("deptScoreAvgList:::"+deptScoreAvgList.toString()); |
|
|
log.info("deptScoreAvgList:::"+deptScoreAvgList.toString()); |
|
|
for (int i = 0; i < deptScoreAvgList.size(); i++) { |
|
|
for (int i = 0; i < deptScoreAvgList.size(); i++) { |
|
|
if (deptScoreAvgList.get(i).getAgencyId().equals(NumConstant.ZERO_STR)){ |
|
|
if (deptScoreAvgList.get(i).getAgencyId().equals(NumConstant.ZERO_STR)){ |
|
|