fix logic and tests, update docker CI file
This commit is contained in:
@@ -29,7 +29,7 @@ class AttendanceViolationStudentResolverService
|
||||
}
|
||||
|
||||
$classStudents = $classStudentsQuery
|
||||
->where('school_year', $schoolYear)
|
||||
->where('student_class.school_year', $schoolYear)
|
||||
->get()
|
||||
->toArray();
|
||||
|
||||
@@ -53,7 +53,7 @@ class AttendanceViolationStudentResolverService
|
||||
}
|
||||
|
||||
$classStudents = $classStudentsQuery
|
||||
->where('school_year', $schoolYear)
|
||||
->where('student_class.school_year', $schoolYear)
|
||||
->get()
|
||||
->toArray();
|
||||
|
||||
@@ -368,4 +368,4 @@ class AttendanceViolationStudentResolverService
|
||||
|
||||
return [$studentCodeToId, $existingIds];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user