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