2017年7月24日

thinkPhp不为空查询

摘要: $filter['查询的字段']=array('NEQ',' ');注意:引号里是一个空格 也可以$filter['查询的字段']=array('exp','is not null'); ->where($filter)->select() 阅读全文

posted @ 2017-07-24 16:14 编程是个无底洞 阅读(1148) 评论(0) 推荐(0)

导航