|
|
|
@@ -731,7 +731,7 @@ public class WxVtwoPrizeDrawActivityServiceImpl extends ServiceImpl<WxVtwoPrizeD |
|
|
|
public List<Object> selectListForExcelExport(Object queryParams, int page) { |
|
|
|
WxVtwoActivityGrant activityGrant = (WxVtwoActivityGrant) queryParams; |
|
|
|
activityGrant.setBegin((page-1)*20000); |
|
|
|
activityGrant.setLimit(20000); |
|
|
|
activityGrant.setLimit(500); |
|
|
|
List activityGrantExportList = getExportTwoDataNew(activityGrant); |
|
|
|
return activityGrantExportList; |
|
|
|
} |
|
|
|
|