mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-08-24 17:42:42 +00: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