thinkphp的model的where查询时有两种形式。

$model->field('id')->where('customer_num is null or customer_num=""')->select();

$map['pid']=$ss;
$map['type']=$s1;
$list=$Region->field('id')->where($map)->select();

最新文章

  1. H5 Notes:Navigator Geolocation
  2. linux命令 - alias
  3. BZOJ3787 : Gty的文艺妹子序列
  4. RAC 环境下参数文件(spfile)管理
  5. jquery 新建的元素事件绑定问题
  6. SpingMVC中利用BindingResult将错误信息返回到页面中
  7. Oracle rman 命令详解
  8. Mongo组合索引优化
  9. SequoiaDB版本在线升级介绍说明
  10. OpenCV——素描
  11. 关于childNodes的删除
  12. 文件系统扫描工具-fsck
  13. 关于requests库中文编码问题
  14. windows防火墙安全设置指定ip访问指定端口
  15. php常用扩展安装
  16. Centos7安装Zabbix4.0步骤
  17. python项目飞机大战
  18. python用post访问restful服务接口
  19. flow 静态类型检查 js
  20. 在有 UI 线程参与的同步锁(如 AutoResetEvent)内部使用 await 可能导致死锁

热门文章

  1. new实现
  2. C++ Error C2662 cannot convert 'this' pointer from 'const *'
  3. 搜索--P1219 N皇后
  4. [LNOI2014]LCA(树链剖分)
  5. linux time-统计给定命令所花费的总时间
  6. zend studio 12.5.1 window 安装并设置笔记
  7. xfce 安装文泉驿字体
  8. 10 Python中的代码缓存机制
  9. Authors and instutes in MCT
  10. codeforces gym 100357 H (DP 高精度)