| 
					
				 | 
			
			
				@@ -208,7 +208,7 @@ public class CustomerServiceBatchSendingServiceImpl extends ServiceImpl<Customer 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public Boolean add(CustomerServiceBatchSendingWrapper.CustomerServiceBatchSending info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 发送客服ID 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String customerService = info.getSender(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String customerService = info.getMobile(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (StringUtils.isBlank(customerService)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerService = customerServiceConfig.getCustomerService(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |