From e836e844216fb2e097f3286a5eeee88e0e756e92 Mon Sep 17 00:00:00 2001 From: haomingming Date: Fri, 31 Jul 2026 13:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/TestController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/TestController.php b/app/Controller/TestController.php index 4dde2ad..cd31530 100644 --- a/app/Controller/TestController.php +++ b/app/Controller/TestController.php @@ -92,7 +92,7 @@ class TestController extends AbstractController public function testError() { // 模拟触发 SQLSTATE[42S22]: Column not found 数据库报错 - Db::select("SELECT nonexistent_column_test FROM user_ca_cert LIMIT 1"); + Db::select("SELECT nonexistent_column_test FROM gdxz_user_ca_cert LIMIT 1"); } public function test(){