- 将表名从 'gro_ai_command' 更改为 'geo_ai_command' - 确保与数据库结构保持一致
@ -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.