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