From 0b2aa7efea51ea62f84c0369e407a9a56d352dfd Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Wed, 10 Dec 2025 14:37:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(model):=20=E6=9B=B4=E6=96=B0AI=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=A8=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将表名从 'gro_ai_command' 更改为 'geo_ai_command' - 确保与数据库结构保持一致 --- app/model/AiCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model/AiCommand.php b/app/model/AiCommand.php index 280ea07..eabdcda 100644 --- a/app/model/AiCommand.php +++ b/app/model/AiCommand.php @@ -14,7 +14,7 @@ class AiCommand extends BaseModel * * @var string */ - protected $table = 'gro_ai_command'; + protected $table = 'geo_ai_command'; /** * The primary key associated with the table.