Переглянути джерело

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

sandm 2 роки тому
батько
коміт
633a941604
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Http/Controllers/Web/Talent/JjhcController.php

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

@@ -83,7 +83,7 @@ class JjhcController extends WebBaseController
                 $word->setValue("ex_number#" . ($i + 1), $list[$i]->ex_number);
                 $word->setValue("ex_number#" . ($i + 1), $list[$i]->ex_number);
                 $word->setValue("ex_seat#" . ($i + 1), $list[$i]->ex_seat);
                 $word->setValue("ex_seat#" . ($i + 1), $list[$i]->ex_seat);
             }
             }
-            $word->saveAs(base_path() ."/excel/cunwu{$room}.docx");//另存为
+            $word->saveAs(base_path() ."/public/excel/cunwu{$room}.docx");//另存为
         }
         }