중복 경고
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.kamco.cd.kamcoback.mapsheet.service;
|
||||
|
||||
import com.kamco.cd.kamcoback.common.utils.FIleChecker;
|
||||
import com.kamco.cd.kamcoback.common.utils.StringUtils;
|
||||
import com.kamco.cd.kamcoback.common.utils.UserUtil;
|
||||
import com.kamco.cd.kamcoback.mapsheet.dto.FileDto.FilesDto;
|
||||
import com.kamco.cd.kamcoback.mapsheet.dto.FileDto.FoldersDto;
|
||||
@@ -341,7 +340,10 @@ public class MapSheetMngService {
|
||||
public FoldersDto getFolderAll(SrchFoldersDto srchDto) {
|
||||
|
||||
// "경로중복"
|
||||
String dirPath = (srchDto.getDirPath()==null || srchDto.getDirPath().isEmpty())?syncRootDir:srchDto.getDirPath();
|
||||
String dirPath =
|
||||
(srchDto.getDirPath() == null || srchDto.getDirPath().isEmpty())
|
||||
? syncRootDir
|
||||
: srchDto.getDirPath();
|
||||
// String dirPath = syncRootDir + srchDto.getDirPath();
|
||||
|
||||
log.info("[FIND_FOLDER] DIR : {}", dirPath);
|
||||
|
||||
Reference in New Issue
Block a user