소스 검색

修改考查审核条件

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

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

@@ -2425,7 +2425,7 @@ class RecruitController extends Controller
             $sheet->setCellValueByColumnAndRow(2, $k+2, $v->sex == 0 ? '女' : '男');
             $time  = explode('-',$v->birthday);
             $sheet->setCellValueByColumnAndRow(3, $k+2, 2021-$time[0]);
-            $sheet->setCellValueByColumnAndRow(4, $k+2, $v->mobile);
+            $sheet->setCellValueExplicitByColumnAndRow(4, $k+2, $v->mobile, DataType::TYPE_STRING);
             $sheet->setCellValueExplicitByColumnAndRow(5, $k+2, $v->card, DataType::TYPE_STRING);
             $sheet->setCellValueByColumnAndRow(6, $k+2, $post_data[$v->post_id]);