PDO::prepare()报错

浏览:2290 发布日期:2017/05/17 分类:ThinkPHP5专区 关键字: tinkphp5 sql
报错信息为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
最佳答案
评论( 相关
后面还有条评论,点击查看>>