sms
This commit is contained in:
parent
679b11c23e
commit
60258bba12
|
|
@ -77,9 +77,9 @@ class QuerySmsStatus extends Command
|
|||
'push_resp' => $push_resp,
|
||||
];
|
||||
$update_status = Db::table('mk_birthday_gift_record')->where(['id' => $value['id']])->update($update_data);
|
||||
Db::commit();
|
||||
Log::info('生日有礼短信查询完毕数据库更新结果---》[ID]' . $value['id'] . '更新结果-->' . $update_status . '-->更新数据 . ' . json_encode($update_data));
|
||||
}
|
||||
Db::commit();
|
||||
}catch (\Exception $e) {
|
||||
Db::rollback();
|
||||
Log::info('生日有礼短信查询错误---》[ID]' . $e->getMessage());
|
||||
|
|
|
|||
Loading…
Reference in New Issue