소스 검색

社媒对接

moshaorui 1 일 전
부모
커밋
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