模版提交修改
This commit is contained in:
@@ -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('待发送');
|
||||
|
||||
Reference in New Issue
Block a user