测试log
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
haomingming 2026-07-31 13:46:07 +08:00
parent c8216b4e2a
commit e836e84421

View File

@ -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(){