测试log
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
haomingming 2026-07-31 13:42:49 +08:00
parent ed3dcdd150
commit c8216b4e2a

View File

@ -91,7 +91,8 @@ class TestController extends AbstractController
public function testError()
{
throw new BusinessException("测试Docker日志报错这是一个测试异常");
// 模拟触发 SQLSTATE[42S22]: Column not found 数据库报错
Db::select("SELECT nonexistent_column_test FROM user_ca_cert LIMIT 1");
}
public function test(){