欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp 5 提示Missing argument 1 for think\db\Query::where()

(元素模板) / 2021-10-13 15:48

$result=$this->where($data)->select();
在thinkphp5.1 使用这个代码的时候显示下面错误

Missing argument 1 for think\db\Query::where() 

意思是没有值,解决方法:

如果 $data 本来就没有值的话 就把where 去掉

如果是需要条件查询的话,那就检查下 $data 是否传入值
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com