| 
					
				 | 
			
			
				@@ -82,6 +82,7 @@ public class CustomerLabelController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LoginUser currentUser = SecurityUtils.getLoginUser(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         customerLabel.setStationId(currentUser.getUser().getDeptId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerLabel.setDelFlag("0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ResponeCustomerLabel responeCustomerLabel =new ResponeCustomerLabel(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<String> list = customerLabelService.selectPhoneList(customerLabel); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -100,8 +101,8 @@ public class CustomerLabelController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LoginUser currentUser = SecurityUtils.getLoginUser(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         customerLabel.setStationId(currentUser.getUser().getDeptId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerLabel.setDelFlag("0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return getDataTable(notlist); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -114,6 +115,7 @@ public class CustomerLabelController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public TableDataInfo selectPhoneList(CustomerLabel customerLabel) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LoginUser currentUser = SecurityUtils.getLoginUser(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerLabel.setDelFlag("0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         customerLabel.setStationId(currentUser.getUser().getDeptId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<String> list = customerLabelService.selectPhoneList(customerLabel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return getDataTable(list); 
			 |