$Str = implode(',', $v);
$_where[] = [DB::raw("字段名 in ({$Str})"),'1'];

相关文章: