Commit 14dc0779 authored by xuxin's avatar xuxin

管理员界面-推广码下线查询

parent c9d2de37
......@@ -606,7 +606,7 @@ public class AdministratorServiceImpl implements AdministratorService {
list.add(accountPromotionDto);
});
}
Page<AccountPromotionDto> page = new PageImpl<AccountPromotionDto>(list);
Page<AccountPromotionDto> page = new PageImpl<AccountPromotionDto>(list, pageable, accountPage.getTotalElements());
return page;
} catch (Exception e) {
log.error(e.getMessage(), e);
......
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