|
@@ -1687,9 +1687,9 @@ class RecruitController extends Controller
|
|
|
}
|
|
|
|
|
|
$word_url = "/{$filename}.docx";
|
|
|
- $appoint->word_url = "/storage/recruit/word/" . $recruit->name_en . '/' .$appoint->audit .$word_url;
|
|
|
+ $appoint->word_url = "/storage/recruit/word/" . $recruit->name_en . '/' .$appoint->audit . '/' .$word_url;
|
|
|
$appoint->save();
|
|
|
- $templateProcessor->saveAs(base_path() . "/storage/app/public/recruit/word/" . $recruit->name_en . '/' .$appoint->audit . $word_url);//另存为
|
|
|
+ $templateProcessor->saveAs(base_path() . "/storage/app/public/recruit/word/" . $recruit->name_en . '/' .$appoint->audit . '/' . $word_url);//另存为
|
|
|
return "/storage/recruit/word/" . $recruit->name_en . '/' .$appoint->audit .$word_url;
|
|
|
}
|
|
|
}
|