|
@@ -698,8 +698,8 @@ public class EnrollmentRegistrationService extends ServiceImpl<EnrollmentRegistr
|
|
|
posts.add(postDTO.getId());
|
|
posts.add(postDTO.getId());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ info.setNo(userDTO.getNo());
|
|
|
}
|
|
}
|
|
|
- info.setNo(userDTO.getNo());
|
|
|
|
|
info.setRoleIdList(roles);
|
|
info.setRoleIdList(roles);
|
|
|
info.setPostIdList(posts);
|
|
info.setPostIdList(posts);
|
|
|
|
|
|