|
|
@@ -67,7 +67,8 @@ public class WinningHistoryServiceImpl implements WinningHistoryService {
|
|
|
params.put("activityCode", activityCode);
|
|
|
params.put("useruu", SystemSession.getUser().getUserUU());
|
|
|
params.put("enuu", SystemSession.getUser().getEnterprise() == null ? 0 : SystemSession.getUser().getEnterprise().getUu());
|
|
|
- params.put("pageParams", pageParams);
|
|
|
+ params.put("page", pageParams.getPage());
|
|
|
+ params.put("count", pageParams.getSize());
|
|
|
|
|
|
try {
|
|
|
Response response = HttpUtil.sendGetRequest(sysConf.getLottery() + GET_WINNING_HOSTORIES_PERSONAL_URL, params);
|