국유in 등록 로그 추가

This commit is contained in:
2026-02-04 11:13:49 +09:00
parent 17bd89fafa
commit 3461376b35

View File

@@ -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()))) {