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();

相关文章:

  • 2022-12-23
  • 2021-12-31
  • 2021-12-10
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案