Browse Source

advertise

tusx 6 năm trước cách đây
mục cha
commit
eca9d5dc32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Modules/Cpa/Models/AdvertiseUserQueque.php

+ 1 - 1
app/Modules/Cpa/Models/AdvertiseUserQueque.php

@@ -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);