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