fix
This commit is contained in:
@@ -121,9 +121,6 @@ public class ApplyLicenseServiceImpl implements ApplyLicenseService {
|
||||
List<String> sendUserIds = userAuthByMappingIds.stream().map(UserAuthMappingDO::getUserId).collect(Collectors.toList());
|
||||
if (CollectionUtils.isNotEmpty(sendUserIds)){
|
||||
sendUsers = enterpriseUserRoleMapper.getUserIdsByRoleIds(Collections.singletonList("130000000"), sendUserIds);
|
||||
if (CollectionUtils.isNotEmpty(sendUsers)){
|
||||
sendUsers.addAll(sendUserIds);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user