From 3dd2d4abf29b92b3dad8ddc69fd4f0a06fd4d999 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 6 Jan 2026 21:44:27 +0800 Subject: [PATCH] eee --- Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command.php b/Command.php index 8ef57a6..1f7ba86 100644 --- a/Command.php +++ b/Command.php @@ -177,7 +177,7 @@ class Command extends Component return $this->_prepare(); } - $errorMsg = $throwable->getMessage() . PHP_EOL . ' Sql: ' . $this->sql . '.' . json_encode($this->params); + $errorMsg = $throwable->getMessage() . PHP_EOL . ' Sql: ' . $this->sql . '.' . json_encode($this->params, JSON_UNESCAPED_UNICODE); return $this->getLogger()->logCategory($errorMsg . PHP_EOL, 'mysql'); } finally {