Explorar o código

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

sandm %!s(int64=2) %!d(string=hai) anos
pai
achega
633a941604
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");//另存为
         }