파일체크 수정

This commit is contained in:
Harry M. You
2025-12-09 09:35:41 +09:00
parent c3245ab79c
commit ed45018877
2 changed files with 53 additions and 50 deletions

View File

@@ -41,7 +41,6 @@ public class MapSheetMngFileCheckerService {
public FoldersDto getFolderAll(SrchFoldersDto srchDto) {
System.out.println("getFolderAll === ");
Path startPath = Paths.get(srchDto.getDirPath());
String dirPath = srchDto.getDirPath();
@@ -120,8 +119,6 @@ public class MapSheetMngFileCheckerService {
throw new RuntimeException(e);
}
// FoldersDto foldersDto = new FoldersDto(dirPath, folderTotCnt, folderErrTotCnt,
// folderDtoList);
return new FoldersDto(dirPath, folderTotCnt, folderErrTotCnt, folderDtoList);
}