mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
代码优化
This commit is contained in:
parent
a94eea8db7
commit
df11f3e212
@ -224,7 +224,7 @@ public class UserServiceImpl implements UserService {
|
|||||||
resultList.add(readHistoryVO);
|
resultList.add(readHistoryVO);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
PageBean<UserReadHistory> pageBean = new PageBean(userReadHistories);
|
PageBean<UserReadHistory> pageBean = new PageBean<>(userReadHistories);
|
||||||
pageBean.setList(resultList);
|
pageBean.setList(resultList);
|
||||||
return pageBean;
|
return pageBean;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user