Browse Source

修改村务考室生成表格(自动) word

sandm 2 years ago
parent
commit
ab2552908c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Web/Talent/JjhcController.php

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

@@ -70,7 +70,7 @@ class JjhcController extends WebBaseController
 
         for ($room = 1;$room <= 52; $room++){
             $word = new TemplateProcessor(base_path() . "/public/cunwu.docx");
-            $word->setValue('room', '1');
+            $word->setValue('room', $room);
             if($room<10){
                 $room = sprintf('%02s', $room);
             }