瀏覽代碼

修改村务考室生成表格(自动) 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_seat#" . ($i + 1), $list[$i]->ex_seat);
             }
-            $word->saveAs(base_path() ."/excel/cunwu{$room}.docx");//另存为
+            $word->saveAs(base_path() ."/public/excel/cunwu{$room}.docx");//另存为
         }