| 
					
				 | 
			
			
				@@ -54,6 +54,7 @@ public class CustomerCardUseRecordController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerCardUseRecord.setStationIdList(list); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerCardUseRecord.setStationId(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerCardUseRecord.setStatus("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         startPage(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<CustomerCardUseRecord> recordList = customerCardUseRecordService.selectCustomerCardUseRecordList(customerCardUseRecord); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return getDataTable(recordList); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -72,6 +73,7 @@ public class CustomerCardUseRecordController extends BaseController 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerCardUseRecord.setStationIdList(list); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerCardUseRecord.setStationId(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        customerCardUseRecord.setStatus("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return AjaxResult.success(customerCardUseRecordService.listCZXFData(customerCardUseRecord)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 |