Commit 2fe9d45b authored by renjie's avatar renjie

bug修改

parent 41861f27
......@@ -400,6 +400,7 @@ public class AdministratorServiceImpl implements AdministratorService {
accountPromotionDtos.add(new AccountPromotionDto(account1));
});
}
log.error(accountPromotionDtos.size() +"");
Page<AccountPromotionDto> accountPromotionDtoPage = new PageImpl<AccountPromotionDto>(accountPromotionDtos);
promotionQueryResultDto.setUsers(accountPromotionDtoPage);
......
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