SQLSTATE[42S22]: Column not found: 1054 Unknown column 'mobile' in 'where clause' (42)

in /var/www/tfphp/dist/database/tfdo.inc.php line 39
            }
        }
    }
    private function query(string $sql, array $params): \PDOStatement{
        $this->readyTest();
        $stmt = $this->pdo->prepare($sql);
        foreach ($params as $param){
            $stmt->bindParam($param["name"], $param["value"], $param["type"]);
        }
        $stmt->execute();
        return $stmt;

PDO::prepare() in /var/www/tfphp/dist/database/tfdo.inc.php line 39
tfphp\database\tfdo::query() in /var/www/tfphp/dist/database/tfdo.inc.php line 92
tfphp\database\tfdo::query3() in /var/www/tfphp/dist/database/tfdo.inc.php line 195
tfphp\database\tfdo::fetchAll3() in /var/www/html/web-inf/model/mobile/mobileFront.inc.php line 57
tfproject\model\mobile\mobileFront::getMobileInfoFromCommon() in /var/www/html/web-inf/model/mobile/mobileFront.inc.php line 45
tfproject\model\mobile\mobileFront::getMobileInfo() in /var/www/html/web-inf/controller/mobile/index.inc.php line 23
tfproject\controller\mobile\index::onLoad() in /var/www/tfphp/dist/system/tfpage.inc.php line 22
tfphp\system\tfpage::load() in /var/www/tfphp/dist/tfphp.inc.php line 221
tfphp\tfphp::start() in /var/www/tfphp/dist/tfphp.inc.php line 225
tfphp\tfphp::run() in /var/www/html/index.php line 31
tfproject\index::run() in /var/www/html/index.php line 34

TFPHP v0.6.6