|
@@ -215,7 +215,7 @@ public class UserRPCServiceImpl implements UserService {
|
|
for (Long userId : userIds) {
|
|
for (Long userId : userIds) {
|
|
UserDTO userDTO = userService.getUserById(userId);
|
|
UserDTO userDTO = userService.getUserById(userId);
|
|
if (userDTO == null) {
|
|
if (userDTO == null) {
|
|
- LOG.info("UserId:"+userId+"is in groupId:" +groupId+"but not in user table");
|
|
|
|
|
|
+ LOG.error("UserId:"+userId+"is in groupId:" +groupId+"but not in user table");
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
if (keyword.isEmpty() || keyword.equals("")) {
|
|
if (keyword.isEmpty() || keyword.equals("")) {
|