【修改】 word校验考点的时候下载路径进行判断

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-27 13:37:25 +08:00
parent 0f78bad0f9
commit 37814ae449

View File

@@ -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);