소스 검색

[智价云] 推送更新

tangyuanwang 12 시간 전
부모
커밋
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);