5.0.0 - 严重 - 未处理
ob--------------------------------------------------------------------
\vendor\topthink\think-orm\src\db\Raw.php 补上下面代码后正常
--------------------------------------------------------------------
public function __toString()
{
return (string) $this->value;
}
