解决文件导入的问题。

This commit is contained in:
chenxudong 2024-11-28 13:42:49 +08:00
parent 74b3d9714f
commit c9394fcc60
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class EDDataFacadeImpl implements EDDataFacade {
List<Integer> uploadedFileChunkNums = FileUtil.listFileNames(destPath)
.stream()
.filter(e -> !e.endsWith(".zip"))
.filter(e -> !e.endsWith(".comac"))
.map(e -> e.replace(UPLOAD_FILE_CHUNK_SUFFIX, ""))
.map(Integer::parseInt)
.collect(Collectors.toList());