Jelajahi Sumber

[智价云] 推送更新

tangyuanwang 10 jam lalu
induk
melakukan
c456f1ba55
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);