tp5tp6thinkphp使用数组where条件方式
2023-03-29 23:03:03
264
{{single.collect_count}}
  1. 区间查询:
    $map['i.birthday'] = array(array('>=',$week_start),array('<',$week_end),'and');
  2. 两字段模糊查询:
    $where='%'.$where.'%';$map['i.member_name|d.phone'] = array('like',$where);
  3. 不为空null查询
    $data["map"] = ['uid' => $uid,"alipay_appid"=>["not null","EXP"]];
  4. 普通and查询
    $where['name'] = "laodi";$wehre['sex'] = "woman";
  5. 建议使用框架自带的搜索器进行搜索条件定义
回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}