Преглед на файлове

生成村务考生名单

sandm преди 2 години
родител
ревизия
3b16f640c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Http/Controllers/Web/Talent/JjhcController.php

+ 1 - 1
app/Http/Controllers/Web/Talent/JjhcController.php

@@ -101,7 +101,7 @@ class JjhcController extends WebBaseController
             $sheet->setCellValueByColumnAndRow('1',$row, $v->realname);
             $sheet->setCellValueExplicitByColumnAndRow('2',$row, $v->card,DataType::TYPE_STRING);
             $sheet->setCellValueExplicitByColumnAndRow('3',$row, $v->ex_number,DataType::TYPE_STRING);
-            $sheet->setCellValueByColumnAndRow('1',$row, $post_data[$v->post_id]);
+            $sheet->setCellValueByColumnAndRow('4',$row, $post_data[$v->post_id]);
             $row++;
         }
         header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');