Procházet zdrojové kódy

[智价云] 推送更新

tangyuanwang před 11 hodinami
rodič
revize
c456f1ba55
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Jobs/Manager/Process/SendNoticeJobs.php

+ 1 - 1
app/Jobs/Manager/Process/SendNoticeJobs.php

@@ -53,7 +53,7 @@ class SendNoticeJobs implements ShouldQueue
                 $query->where('push_time', '=', $now_time)
                     ->orWhere('push_time', '>', $now_time - 300);
             })
-            ->get();
+            ->get()->toarray();
             if (empty($sub_notice_list)) return true;
             //执行发送站内信
             $status1 = $this->send_internal_msg($sub_notice_list);