mirror of
https://gitee.com/novel_dev_team/novel-cloud
synced 2026-07-20 17:55:01 +08:00
代码优化
This commit is contained in:
@@ -224,7 +224,7 @@ public class UserServiceImpl implements UserService {
|
||||
resultList.add(readHistoryVO);
|
||||
}
|
||||
});
|
||||
PageBean<UserReadHistory> pageBean = new PageBean(userReadHistories);
|
||||
PageBean<UserReadHistory> pageBean = new PageBean<>(userReadHistories);
|
||||
pageBean.setList(resultList);
|
||||
return pageBean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user