浏览代码

[智价云] 推送更新

tangyuanwang 11 小时之前
父节点
当前提交
c456f1ba55
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);