국유in 등록 로그 추가
This commit is contained in:
@@ -414,8 +414,6 @@ public class GukYuinApiService {
|
|||||||
reqDto.setChnDtctSno(String.valueOf(maxStage + 1));
|
reqDto.setChnDtctSno(String.valueOf(maxStage + 1));
|
||||||
reqDto.setChnDtctId(info.getUid());
|
reqDto.setChnDtctId(info.getUid());
|
||||||
reqDto.setPathNm("/kamco-nfs/dataset/export/" + info.getUid());
|
reqDto.setPathNm("/kamco-nfs/dataset/export/" + info.getUid());
|
||||||
|
|
||||||
log.info("reqDto.setPathNm: {} ", Path.of("/kamco-nfs/dataset/export/" + reqDto.getPathNm()));
|
|
||||||
log.info("Path of: {} ", Path.of("/kamco-nfs/dataset/export/" + info.getUid()));
|
log.info("Path of: {} ", Path.of("/kamco-nfs/dataset/export/" + info.getUid()));
|
||||||
|
|
||||||
if (Files.isDirectory(Path.of("/kamco-nfs/dataset/export/" + info.getUid()))) {
|
if (Files.isDirectory(Path.of("/kamco-nfs/dataset/export/" + info.getUid()))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user