|  | @@ -501,21 +501,6 @@ public class AsyncSopTestService {
 | 
	
		
			
				|  |  |      public void  asyncSendMsgBySopAppLink(Long externalId,String linkTile,String linkDescribe,String link){
 | 
	
		
			
				|  |  |  //        push2Service.pushSopAppLinkMsgByExternal(externalId,linkTile,linkDescribe,link);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    /**
 | 
	
		
			
				|  |  | -     * 异步录入 发送有app的客户 之 正常sop版
 | 
	
		
			
				|  |  | -     */
 | 
	
		
			
				|  |  | -    @Async("scheduledExecutorService")
 | 
	
		
			
				|  |  | -    public void  asyncSendMsgBySopAppLinkNormalIM(List<QwSopTempSetting.Content.Setting> setting,String cropId,Long companyUserId,Long fsUserId){
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -        setting.forEach(item->{
 | 
	
		
			
				|  |  | -            try {
 | 
	
		
			
				|  |  | -                push2Service.pushSopAppLinkMsgByExternalIM(cropId,item.getLinkTitle(),item.getLinkDescribe(),item.getLinkImageUrl(),item.getAppLinkUrl(),companyUserId,fsUserId);
 | 
	
		
			
				|  |  | -            } catch (JsonProcessingException e) {
 | 
	
		
			
				|  |  | -                e.printStackTrace();
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -        });
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 异步录入 发送有app的客户 之 正常sop版
 |