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

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案