| 
					
				 | 
			
			
				@@ -130,7 +130,8 @@ public class CustomerLabelController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LoginUser currentUser = SecurityUtils.getLoginUser(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         customerLabel.setStationId(currentUser.getUser().getDeptId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        List<String> list = customerLabelService.selectPhoneList(customerLabel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerLabel.setDelFlag("0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        List<CustomerLabel> list = customerLabelService.selectCustomerLabelList(customerLabel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         boolean flag =true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(list!=null && list.size()>0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             flag=false; 
			 |