Jerda 6年前 $videos = Video::with(['region' => function($query) { $query->with('factory'); }])->get(); 我想通过factory的name字段进行查询应该怎么做啊