polishing
This commit is contained in:
@@ -338,7 +338,7 @@ public class MapSheetMngService {
|
||||
|
||||
String dirPath = syncRootDir + srchDto.getDirPath();
|
||||
|
||||
log.info("[FIND_FOLDER] DIR : {}",dirPath);
|
||||
log.info("[FIND_FOLDER] DIR : {}", dirPath);
|
||||
List<FIleChecker.Folder> folderList =
|
||||
FIleChecker.getFolderAll(dirPath).stream()
|
||||
.filter(dir -> dir.getIsValid().equals(true))
|
||||
|
||||
Reference in New Issue
Block a user