From c957a1ba2b942315379ea5edd1e30a8b919f7586 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 15 Oct 2025 11:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/QuerySmsStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/command/QuerySmsStatus.php b/app/command/QuerySmsStatus.php index ece848d..bf48fc5 100644 --- a/app/command/QuerySmsStatus.php +++ b/app/command/QuerySmsStatus.php @@ -61,7 +61,7 @@ class QuerySmsStatus extends Command 'fail_msg' => $msg?:$msg, ]; $update_status = Db::table('sms_shop_template')->where(['id' => $value['id']])->update($update_data); - Log::info('模版查询完毕数据库更新结果---》' . $update_status . '-->更新数据 . ' . json_encode($update_data)); + Log::info('模版查询完毕数据库更新结果---》[ID]' . $value['id'] . '更新结果-->' . $update_status . '-->更新数据 . ' . json_encode($update_data)); } sleep(1); }