tp5 多条件查询

$where['rc_category_id'] = array('eq',$cid);
$where['rc_territory_ids'] = ['like', '%'.$tid.'%'];
$lawyer = Talents::where($where)->limit(16)->select();

原文地址:https://www.cnblogs.com/roseY/p/9778419.html