Browse Source

预报到数据统计各院录取统计错误修复

master
Hjj 2 days ago
parent
commit
6016079a76
  1. 1
      app/Admin/Metrics/Examples/Follow/AllEnrollCollege.php

1
app/Admin/Metrics/Examples/Follow/AllEnrollCollege.php

@ -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'];

Loading…
Cancel
Save