Commit 24f3c4b8 authored by Administrator's avatar Administrator

Merge branch 'staging' into 'master'

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

See merge request !172
parents f73bddee 14dc0779
......@@ -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