master
cody 2 weeks ago
parent 69c06ec289
commit 8f4ad7552d

@ -232,9 +232,7 @@ class CourseSign extends SoftDeletesModel
*/
public static function area($start_date, $end_date, $status = null, $course_ids = null, $retList = false)
{
$courseSignsQuery = self::getStudentList($start_date, $end_date, $status, $course_ids);
$courseSignList = $courseSignsQuery->get();
$courseSignList = self::getStudentList($start_date, $end_date, $status, $course_ids);
// 地区
$suzhouArea = Company::where('company_city', '苏州市')->pluck('company_area')->unique();

Loading…
Cancel
Save