【修改】 word校验考点的时候下载路径进行判断
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user