Explorar o código

修改为强制生成所有简历

sandm hai 1 ano
pai
achega
c3081e0687
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];