Эх сурвалжийг харах

[智价云] 推送时间更新

tangyuanwang 14 цаг өмнө
parent
commit
e4ac622af2

+ 1 - 1
app/Jobs/Manager/Process/SubNoticeJobs.php

@@ -117,7 +117,7 @@ class SubNoticeJobs implements ShouldQueue
                         'mobile' => $mobile,
                         'email_content' => trim($email_to) != '' ? json_encode(['title' => $email_title, 'content' => $email_content]): '',
                         'mobile_content' => trim($mobile) != '' ? json_encode($sms_config_data): '',
-                        'push_time' => $push_time,
+                        'push_time' => strtotime(date('Y-m-d', time()) . ' '. $push_time.':00'),
                         'ext_data' => json_encode($ext_data),
                         'insert_time' => time(),
                     ];