moshaorui преди 2 дни
родител
ревизия
fe7775fa15
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Distributor/Repositories/SmmPostLog.php

+ 1 - 0
app/Distributor/Repositories/SmmPostLog.php

@@ -95,6 +95,7 @@ class SmmPostLog extends EloquentRepository
 
         $log = new Model();
         $query = $log->where('status', 0)
+            ->where('media_name', 'Twitter')
             ->whereBetween('send_time', [
                 $sendTimeCarbon->copy()->subMinutes(15),
                 $sendTimeCarbon