@@ -11,7 +11,7 @@ class AdvertiseUserQueque extends Model
public static function addToQueue($params){
$res = self::where('uid',$params['uid'])
- ->where('status',1)
+ //->where('status',1)
->first();
if(!$res) {
return self::updateOrCreate($params);