报错信息为PDO::prepare(): Unknown type 245 sent by the server. Please send a report to the developers
我的sql语句是
Db::table('review')->where(["module_id"=>$module_id,"module_type"=>$module_type,"status"=>1])->order('id','desc')->limit(($page-1)*$number,$number)->select();
请问这是为什么
php版本是5.6.27