fuck the Official CODE手冊上說, // 設定目前模型對應的完整資料表名稱 protected $table = 'think_user'; 為啥不是user,手動加前綴?那設定這個東西幹嘛? 手動改一下 Model // 設定目前資料表和模型名稱 if (!empty($this->table)) { $query->setTable($query->getConfig('prefix') . $this->table);