|
|
|
@ -42,6 +42,7 @@ class AllEnrollCollege extends Round
@@ -42,6 +42,7 @@ class AllEnrollCollege extends Round
|
|
|
|
|
$studentsIds = AdmissionNewStudents::query()->where(["is_new_student" => "1"])->pluck('idCard')->toArray(); |
|
|
|
|
$all = UsersMember::query() |
|
|
|
|
->whereIn("idcard", $studentsIds) |
|
|
|
|
->where("enroll_status", 1) |
|
|
|
|
->where(function ($query) { |
|
|
|
|
if (is_array($this->data['secondary_college_id'])) { |
|
|
|
|
$ids = $this->data['secondary_college_id']; |
|
|
|
|