错误提示:object of class think\db\Raw could not be converted to string

兴哥4年前ThinkPHP429

object of class think\db\Raw could not be converted to string


--------------------------------------------------------------------
\vendor\topthink\think-orm\src\db\Raw.php 补上下面代码后正常
--------------------------------------------------------------------

public function __toString()
{
    return (string) $this->value;
}

相关文章

TP6中间件别名

在\config文件夹下的middleware.php里设置...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。