|  | @ -2506,7 +2506,7 @@ public class StatisticsService {
 | 
	
		
			
				|  |  |             tableSql += " and p.residential_area like '%"+area+"%' ";
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         if(status == null){
 | 
	
		
			
				|  |  |             tableSql += " and life.status in (1,2,3) ";
 | 
	
		
			
				|  |  |             //tableSql += " and life.status in (1,2,3) ";
 | 
	
		
			
				|  |  |         }else {
 | 
	
		
			
				|  |  |             tableSql += " and life.status = "+status + " ";
 | 
	
		
			
				|  |  |         }
 |