@ -106,12 +106,14 @@ public class DeptScoreServiceImpl extends BaseServiceImpl<DeptScoreDao, DeptScor
if(NumConstant.ZERO==total){
log.warn(String.format("customerId=%s,monthId=%s,fact_index_govrn_ablity_dept_monthly have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId()));
returnBoolean.FALSE;
}elseif(NumConstant.ONE==total){
}
//只有一个部门的事实记录时无需处理以下代码注释
/*elseif(NumConstant.ONE==total){
//只有一个网格时
log.warn(String.format("customerId:%s,monthId:%s,only one fact_index_govrn_ablity_dept_monthly record",formDTO.getCustomerId(),formDTO.getMonthId()));