소스 검색

批量生成

linwu 2 년 전
부모
커밋
e2c70e9faf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {