moshaorui 2 giorni fa
parent
commit
fe7775fa15
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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