linwu 2 år sedan
förälder
incheckning
e2c70e9faf
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      app/Admin/Controllers/Recruit/RecruitController.php

+ 1 - 0
app/Admin/Controllers/Recruit/RecruitController.php

@@ -2689,6 +2689,7 @@ class RecruitController extends Controller
                 if ($audit == 3) {
                     $where[] = ['audit','=',3];
                 } else {
+                    $where[] = ['audit','!=',0];
                     $where[] = ['audit','!=',3];
                 }
             } else {