Browse Source

注释维护

master
zhangyongzhangyong 5 years ago
parent
commit
e8a0bb5d95
  1. 4
      epmet-module/epmet-point/epmet-point-server/src/main/java/com/epmet/service/impl/UserPointStatisticalDailyServiceImpl.java

4
epmet-module/epmet-point/epmet-point-server/src/main/java/com/epmet/service/impl/UserPointStatisticalDailyServiceImpl.java

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

Loading…
Cancel
Save