From c9944b8b073419a897fc302f24cf4988219bef53 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Fri, 6 Jun 2025 15:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/command/CheckOrderDispatchGotCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/command/CheckOrderDispatchGotCommand.php b/application/common/command/CheckOrderDispatchGotCommand.php index c72c85c..358c177 100644 --- a/application/common/command/CheckOrderDispatchGotCommand.php +++ b/application/common/command/CheckOrderDispatchGotCommand.php @@ -79,12 +79,12 @@ class CheckOrderDispatchGotCommand extends Command echo 'arrive_count:'. $count. PHP_EOL; }catch (Exception $exception){ + echo $exception->getMessage(). PHP_EOL; Db::name('debug_log')->insert([ 'title' => $this->title, 'content' => '超时,错误内容:'.$exception->getMessage().',错误行:'. $exception->getLine().',错误文件:'. $exception->getFile(), 'create_time' => date('Y-m-d H:i:s', time()) ]); - echo $exception->getMessage(). PHP_EOL; } }