|
|
@ -146,6 +146,7 @@ public class UserPointStatisticalDailyServiceImpl extends BaseServiceImpl<UserPo |
|
|
|
} |
|
|
|
//微信昵称
|
|
|
|
o.setMyNickname(myResiInfoResult.getData().get(NumConstant.ZERO).getNickname()); |
|
|
|
o.setMyHeadImgUrl(myResiInfoResult.getData().get(NumConstant.ZERO).getHeadImgUrl()); |
|
|
|
} |
|
|
|
//2.获取维度值
|
|
|
|
DimIdGenerator.DimIdBean dimIdBean = DimIdGenerator.getDimIdBean(new Date()); |
|
|
@ -204,6 +205,7 @@ public class UserPointStatisticalDailyServiceImpl extends BaseServiceImpl<UserPo |
|
|
|
target.setPoint(rankList.get(i).getTotalPoint()); |
|
|
|
if(userRequestCallback) { |
|
|
|
target.setNickname(null == userInfo.getData().get(i) ? "" : userInfo.getData().get(i).getNickname()); |
|
|
|
target.setHeadImgUrl(null == userInfo.getData().get(i) ? "" : userInfo.getData().get(i).getHeadImgUrl()); |
|
|
|
} |
|
|
|
resultObj.setRankList(target); |
|
|
|
result.add(resultObj); |
|
|
|