|
|
@ -151,7 +151,7 @@ public class UserController { |
|
|
|
UserTypeEnum.INTERNAL_USER.getValue(), |
|
|
|
UserTypeEnum.INTERNAL_USER.getValue(), |
|
|
|
}, SecurityUtils.getUser().getUserType())) { |
|
|
|
}, SecurityUtils.getUser().getUserType())) { |
|
|
|
List<User> enterpriseUserList = userService.list(Wrappers.<User>lambdaQuery() |
|
|
|
List<User> enterpriseUserList = userService.list(Wrappers.<User>lambdaQuery() |
|
|
|
.in(User::getUserType, UserTypeEnum.ENTERPRISE_USER.getValue(), UserTypeEnum.INTERNAL_USER.getValue())); |
|
|
|
.in(User::getUserType, UserTypeEnum.INTERNAL_USER.getValue())); |
|
|
|
remotePushConcernFanService.bindConcernEnterpriseUser(user.getId(), enterpriseUserList); |
|
|
|
remotePushConcernFanService.bindConcernEnterpriseUser(user.getId(), enterpriseUserList); |
|
|
|
} |
|
|
|
} |
|
|
|
return R.ok(); |
|
|
|
return R.ok(); |
|
|
|