$study_record_items = Lesson::whereIn ("id",$lesson_id_list)->where ('is_show',1) ->orderByRaw (\DB::raw ("FIND_IN_SET (id,'" . implode (',', $lesson_id_list) . "'".')')) ->get ();