tp3.2 复合查询or

$where['goods_name'] = array("like","%$q%");
$where['goods_sn'] = array("like","%$q%");
$where['_logic'] = 'or';
$amap['_complex'] = $where;

相关文章:

  • 2022-03-07
  • 2020-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2019-09-16
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-11-11
  • 2021-09-08
  • 2022-12-23
  • 2022-02-26
  • 2021-07-14
  • 2019-08-31
相关资源
相似解决方案