tp6.0.0+php7.1.29查询where('id>100')->select()报错

浏览:5043 发布日期:2019/11/06 分类:ThinkPHP6专区
$result=Db::table('userlog')->where('id>1')->select();
var_dump($result);
查询用户日志报错:
最佳答案
评论( 相关
后面还有条评论,点击查看>>