This commit is contained in:
ASUS 2025-10-17 18:08:30 +08:00
parent 12fa2a2d35
commit 679b11c23e
1 changed files with 1 additions and 1 deletions

View File

@ -122,9 +122,9 @@ class QuerySmsStatus extends Command
'error' => $push_resp,
];
$update_status = Db::table('sms_push_event_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());