|  | @@ -1,10 +1,6 @@
 | 
	
		
			
				|  |  |  package com.yonge.cooleshow.auth.service.impl;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -import com.alibaba.fastjson.JSON;
 | 
	
		
			
				|  |  | -import com.google.common.collect.Lists;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.api.feign.AdminFeignService;
 | 
	
		
			
				|  |  | -import com.yonge.cooleshow.api.feign.TeacherFeignService;
 | 
	
		
			
				|  |  | -import com.yonge.cooleshow.api.feign.dto.UserFriendInfoVO;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.dto.QRLoginDto;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.dto.RealnameAuthReq;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.dto.SysUserInfo;
 | 
	
	
		
			
				|  | @@ -12,7 +8,6 @@ import com.yonge.cooleshow.auth.api.dto.SysUserQueryInfo;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.dto.UserSetReq;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.entity.SysUser;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.api.vo.UserSetVo;
 | 
	
		
			
				|  |  | -import com.yonge.cooleshow.auth.config.CustomerServiceConfig;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.config.RongCloudConfig;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.core.service.CustomTokenServices;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.auth.dal.dao.SysUserDao;
 | 
	
	
		
			
				|  | @@ -28,7 +23,6 @@ import com.yonge.cooleshow.common.enums.CacheNameEnum;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.common.enums.SysUserType;
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.common.enums.UserFirstTimeTypeEnum;
 | 
	
		
			
				|  |  |  import com.yonge.toolset.base.exception.BizException;
 | 
	
		
			
				|  |  | -import com.yonge.toolset.base.util.ThreadPool;
 | 
	
		
			
				|  |  |  import com.yonge.toolset.mybatis.dal.BaseDAO;
 | 
	
		
			
				|  |  |  import com.yonge.toolset.mybatis.service.impl.BaseServiceImpl;
 | 
	
		
			
				|  |  |  import io.rong.models.response.TokenResult;
 | 
	
	
		
			
				|  | @@ -44,12 +38,9 @@ import org.springframework.util.CollectionUtils;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import javax.annotation.Resource;
 | 
	
		
			
				|  |  |  import java.text.MessageFormat;
 | 
	
		
			
				|  |  | -import java.util.Arrays;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  import java.util.Objects;
 | 
	
		
			
				|  |  |  import java.util.Optional;
 | 
	
		
			
				|  |  | -import java.util.Random;
 | 
	
		
			
				|  |  | -import java.util.stream.Collectors;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @Slf4j
 | 
	
		
			
				|  |  |  @Service
 | 
	
	
		
			
				|  | @@ -68,8 +59,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement
 | 
	
		
			
				|  |  |      private RedissonClient redissonClient;
 | 
	
		
			
				|  |  |      @Resource
 | 
	
		
			
				|  |  |      private AdminFeignService adminFeignService;
 | 
	
		
			
				|  |  | -    @Autowired
 | 
	
		
			
				|  |  | -    private CustomerServiceConfig customerServiceConfig;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      @Resource
 | 
	
		
			
				|  |  |      private CustomTokenServices tokenService;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -215,7 +205,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      public void sendSysCustomerServiceFriendMessage(SysUser sysUser, String clientType) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        try {
 | 
	
		
			
				|  |  | +        /*try {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              ThreadPool.getExecutor().submit(() -> {
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -234,7 +224,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          } catch (Exception e) {
 | 
	
		
			
				|  |  |              log.error("sendSysCustomerServiceFriendMessage userId={}", sysUser.getId(), e);
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +        }*/
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |