mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 01:01:52 +08:00
fix user id is null
This commit is contained in:
parent
5fc1101900
commit
78c132e68d
@ -111,7 +111,7 @@ public class AdminUserServiceImpl implements AdminUserService {
|
||||
List<UserPostDO> userPostList = new ArrayList<>();
|
||||
for (Long postId : postIds) {
|
||||
UserPostDO entity = new UserPostDO();
|
||||
entity.setUserId(entity.getUserId());
|
||||
entity.setUserId(user.getId());
|
||||
entity.setPostId(postId);
|
||||
userPostList.add(entity);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user