| 
					
				 | 
			
			
				@@ -48,7 +48,7 @@ class PrizeLogV2Controller extends CommonController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //中奖状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $prize_status = I('prize_status',1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if($prize_status>-1){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $where['pl.prize_status'] = $prize_status; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            $where['pl.prize_status'] = ['egt',1]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $listRows = I('listRows',100,'intval'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if($p = I('p',1,'intval')){ 
			 |