|  | @@ -265,9 +265,11 @@ class Partygift extends Common
 | 
	
		
			
				|  |  |                  }*/
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  //总消费增加
 | 
	
		
			
				|  |  | -                $res6 = Db::name('user')->where('id',$user_id)->setInc("renewcount", $giftCountValue);
 | 
	
		
			
				|  |  | +                if($is_back != 1){
 | 
	
		
			
				|  |  | +                    $res6 = Db::name('user')->where('id',$user_id)->setInc("renewcount", $giftCountValue);
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                if ($res1 && $res2 && $res5 && $res6) {
 | 
	
		
			
				|  |  | +                if ($res1 && $res2 && $res5) {
 | 
	
		
			
				|  |  |                      $i++;
 | 
	
		
			
				|  |  |                      if($party_id > 0) {
 | 
	
		
			
				|  |  |                          // 添加redis记录做财富排行榜日榜用
 |