Browse Source

更新准考证功能

zmw 2 weeks ago
parent
commit
fac5e9bfe8
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

@@ -459,7 +459,7 @@ class RecruitController extends Controller
             $data['computer_ticket_field'] = implode(',',$verify['computer_ticket_field']);
         }
         $data['face_ticket_type'] = $verify['face_ticket_type'];
-        if($verify['face_ticket_content']){
+        if(array_key_exists('face_ticket_content',$verify) && !empty($verify['face_ticket_content'])){
             $data['face_ticket_content'] = $verify['face_ticket_content'];
         }
         //$data['face_ticket_status'] = 0;