模版提交修改

This commit is contained in:
2025-10-16 16:57:50 +08:00
parent 0013181359
commit 9e90e73bb9
5 changed files with 30 additions and 25 deletions

View File

@@ -36,7 +36,12 @@ class SendMarkSms implements Consumer
// $record = Db::table('sms_push_event')->where(['id' => $sms_push_event_id, 'push_type' => 2])->find();
$record = Db::table('sms_push_event')->where(['id' => $sms_push_event_id])->find();
if($record) {
Log::info('$record');
// 查询是否是定时发送
if($record['send_type'] == 2) {
}
// 待发送
if($record['status'] == 0) {
Log::info('待发送');