From 37814ae449c456161e28dcd2b5b862ccfdf32979 Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Tue, 27 May 2025 13:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20word?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=80=83=E7=82=B9=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84=E8=BF=9B=E8=A1=8C=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../judgement/service/wps_word/JudgementWpsWordServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/service/wps_word/JudgementWpsWordServiceImpl.java b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/service/wps_word/JudgementWpsWordServiceImpl.java index f5d40448..1ab0ed86 100644 --- a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/service/wps_word/JudgementWpsWordServiceImpl.java +++ b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/service/wps_word/JudgementWpsWordServiceImpl.java @@ -42,7 +42,7 @@ public class JudgementWpsWordServiceImpl implements JudgementWpsWordService { // 1、获取文件临时下载路径 ConfigDO config = configService.getConfigByKey("file_down_wps_word_path"); // 2、下载文件并返回文件完整路径 - String pathName = autoToolsService.downloadStudentFile(path, config.getValue()); + String pathName = autoToolsService.downloadStudentFile(path, config.getValue() + "\\" + WpsWordUtils.getStringRandom()); // 3、创建word考点tree // WordListReqVO wordListReqVO = new WordListReqVO(); // wordListReqVO.setBelongTo(0);