Просмотр исходного кода

修改为强制生成所有简历

sandm 1 год назад
Родитель
Сommit
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];