|
|
@@ -54,7 +54,7 @@ class SubNoticeJobs implements ShouldQueue
|
|
|
$notice_config_data = $this->get_statistics_time_rule($this->message_data['company_id']);
|
|
|
if ($notice_config_data['statistics_start_time'] == '' || $notice_config_data['statistics_end_time'] == '' || $notice_config_data['statistics_day'] == 0) {
|
|
|
//记录日志
|
|
|
- Log::info('job_info', '订阅未设置,不进行推送', ['data' => $this->message_data, 'notice_config_data' => $notice_config_data]);
|
|
|
+ // Log::info('job_info', '订阅未设置,不进行推送', ['data' => $this->message_data, 'notice_config_data' => $notice_config_data]);
|
|
|
return true;
|
|
|
}
|
|
|
$statistics_start_time = $notice_config_data['statistics_start_time'];
|