|
|
if (strpos($where['label_id'], ',') !== false) {
|
|
if (strpos($where['label_id'], ',') !== false) {
|
|
|
$query->name('user_label_relation')->whereIn('label_id', explode(',', $where['label_id']))->field('uid')->select();
|
|
$query->name('user_label_relation')->whereIn('label_id', explode(',', $where['label_id']))->field('uid')->select();
|