Ver Fonte

社媒对接

moshaorui há 1 dia atrás
pai
commit
fe7775fa15
1 ficheiros alterados com 1 adições e 0 exclusões
  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