Bläddra i källkod

文件路径错误修复

chenendian 6 dagar sedan
förälder
incheckning
b8ef374d0f

+ 1 - 1
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/third/impl/DealExcelServiceImpl.java

@@ -947,7 +947,7 @@ public class DealExcelServiceImpl {
         if (StringUtils.isBlank(fullFilePath)) {
             filePath = Paths.get(rootPath2020 + "\\" + projectFileName);
             if (Files.exists(filePath) && Files.isDirectory(filePath)) {
-                fullFilePath = copyFileToDirectory(rootPath2019 + "\\" + projectFileName, targectDir + "\\" + projectFileName, nodeFileName);
+                fullFilePath = copyFileToDirectory(rootPath2020 + "\\" + projectFileName, targectDir + "\\" + projectFileName, nodeFileName);
             }
         }