Commit 530e68ff by 阳浪

新积分排名

parent abbe4975
...@@ -95,7 +95,7 @@ public class PointUserController { ...@@ -95,7 +95,7 @@ public class PointUserController {
vo.setAccountId(context.getAccountId()); vo.setAccountId(context.getAccountId());
vo.setNameType(nameType); vo.setNameType(nameType);
vo.setDateType(dateType); vo.setDateType(dateType);
Page<PointUserListVO> page = pointUserClients.userRankList(vo); Page<PointUserListVO> page = pointUserClients.newUserRankList(vo);
return Response.ok(page); return Response.ok(page);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment