소스 검색

修改为强制生成所有简历

sandm 1 년 전
부모
커밋
c3081e0687
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Admin/Controllers/Recruit/RecruitController.php

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

@@ -2906,7 +2906,7 @@ class RecruitController extends Controller
         $audit = $request->audit;
         if(!empty($recruit_id)){
             $where = [['recruit_id','=',$recruit_id]];
-            $where[] = ['word_url','=',''];
+            //$where[] = ['word_url','=',''];
             if (!empty($audit)) {
                 if ($audit == 3) {
                     $where[] = ['audit','=',3];