중복 경고
This commit is contained in:
@@ -339,7 +339,9 @@ public class MapSheetMngService {
|
||||
|
||||
public FoldersDto getFolderAll(SrchFoldersDto srchDto) {
|
||||
|
||||
String dirPath = syncRootDir + srchDto.getDirPath();
|
||||
//"경로중복"
|
||||
String dirPath = srchDto.getDirPath();
|
||||
// String dirPath = syncRootDir + srchDto.getDirPath();
|
||||
|
||||
log.info("[FIND_FOLDER] DIR : {}", dirPath);
|
||||
List<FIleChecker.Folder> folderList =
|
||||
|
||||
Reference in New Issue
Block a user