Browse Source

修改为强制生成所有简历

sandm 1 year ago
parent
commit
c3081e0687
1 changed files with 1 additions and 1 deletions
  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;
         $audit = $request->audit;
         if(!empty($recruit_id)){
         if(!empty($recruit_id)){
             $where = [['recruit_id','=',$recruit_id]];
             $where = [['recruit_id','=',$recruit_id]];
-            $where[] = ['word_url','=',''];
+            //$where[] = ['word_url','=',''];
             if (!empty($audit)) {
             if (!empty($audit)) {
                 if ($audit == 3) {
                 if ($audit == 3) {
                     $where[] = ['audit','=',3];
                     $where[] = ['audit','=',3];