|
@ -280,7 +280,7 @@ public class UserPointStatisticalDailyServiceImpl extends BaseServiceImpl<UserPo |
|
|
resultDTOS = baseDao.selectListGridPartyRankPointByMonth(formDTO); |
|
|
resultDTOS = baseDao.selectListGridPartyRankPointByMonth(formDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 给排好序的 身边党员-积分排行, 赋值 【头像、真实姓名】
|
|
|
// 4.给排好序的 身边党员-积分排行, 赋值 【头像、真实姓名】
|
|
|
resultDTOS = getPartyBaseInfo(resultDTOS); |
|
|
resultDTOS = getPartyBaseInfo(resultDTOS); |
|
|
return resultDTOS; |
|
|
return resultDTOS; |
|
|
} |
|
|
} |
|
@ -301,7 +301,7 @@ public class UserPointStatisticalDailyServiceImpl extends BaseServiceImpl<UserPo |
|
|
return userIds; |
|
|
return userIds; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* |
|
|
/** |
|
|
* 给排好序的 身边党员-积分排行, 赋值 【头像、真实姓名】 |
|
|
* 给排好序的 身边党员-积分排行, 赋值 【头像、真实姓名】 |
|
|
* @param rankResultDTOS |
|
|
* @param rankResultDTOS |
|
|
* @return java.util.List<com.epmet.dto.result.ResiAroundPartyPointRankResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.result.ResiAroundPartyPointRankResultDTO> |
|
|