Browse Source

社媒对接

moshaorui 1 ngày trước cách đây
mục cha
commit
fe7775fa15
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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