log.error("calculateGridDangJian queryPartyAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
log.warn("calculateGridDangJian queryPartyAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
return;
}
//指标集合
@ -463,7 +463,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService {
log.error("calculateGridZhiLi queryGovrnAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
log.warn("calculateGridZhiLi queryGovrnAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
return;
}
//指标集合
@ -582,7 +582,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService {
IndexCodeEnum.WANG_GE_XIANG_GUAN.getCode(),
IndexCodeEnum.FU_WU_NENG_LI.getCode());
if(CollectionUtils.isEmpty(indexList)){
log.warn("calculateGridFuWu customerId:{} have not any indexGroupDetail",formDTO.getCustomerId());
log.error("calculateGridFuWu customerId:{} have not any indexGroupDetail",formDTO.getCustomerId());
thrownewRenException("客户【网格相关:服务能力】指标权重信息不存在");
}
//查询总记录数
@ -597,7 +597,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService {
log.error("calculateGridFuWu queryServiceAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
log.warn("calculateGridFuWu queryServiceAblityGridMinAndMax customerId:{} monthId:{} have not any fact record",formDTO.getCustomerId(),formDTO.getMonthId());
return;
}
//指标集合
@ -623,7 +623,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService {