|
@@ -139,6 +139,8 @@ public class UserMockSubscribeController extends BaseController {
|
|
|
bo.setPageSize(null);
|
|
|
}
|
|
|
List<UserMockSubscribeVo> list = iUserMockSubscribeService.listSubscribe(bo);
|
|
|
+ bo.setPageNum(pageNum);
|
|
|
+ bo.setPageSize(pageSize);
|
|
|
if (Validator.isEmpty(bo.getPageNum()) || Validator.isEmpty(bo.getPageSize())) {
|
|
|
return getDataTable(list);
|
|
|
}
|