Browse Source

fix(model): 更新AI命令表名

- 将表名从 'gro_ai_command' 更改为 'geo_ai_command'
- 确保与数据库结构保持一致
master
zhangf@suq.cn 7 days ago
parent
commit
0b2aa7efea
  1. 2
      app/model/AiCommand.php

2
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.

Loading…
Cancel
Save