Laravel 复合查询的闭包函数传参 学了一个小技巧 学了一个小技巧 $orgnizations = Orgnization::where('org_type_id', 1)->where(function($query) use($location_id, $subloc){ $query->where('location_id', $location_id)->orWhereIn('location_id', $subloc); })->paginate(10);