|
|
@ -188,7 +188,7 @@ public class IndexServiceImpl implements IndexService { |
|
|
|
// 年 指数排行
|
|
|
|
subAgencyIndexRankResultDTOS = screenIndexDataYearlyDao.selectAnNingSubAgencyIndexYearlyRank(formDTO); |
|
|
|
} else if (ScreenConstant.MONTH_ID.equals(formDTO.getType())){ |
|
|
|
// 月 指数排行
|
|
|
|
// 月(上一个月) 指数排行
|
|
|
|
subAgencyIndexRankResultDTOS = screenIndexDataMonthlyDao.selectAnNingSubAgencyIndexMonthlyRank(formDTO); |
|
|
|
} |
|
|
|
return subAgencyIndexRankResultDTOS; |
|
|
|