국유인 실태조사 job 에 log 찍기 추가

This commit is contained in:
2026-02-27 20:37:56 +09:00
parent 8e002f5673
commit e9b9075c72
2 changed files with 25 additions and 6 deletions

View File

@@ -562,10 +562,12 @@ public class GukYuinApiService {
+ "&yyyymmdd="
+ yyyymmdd;
log.info("##### API 호출 URL : {}", url);
ExternalCallResult<ChngDetectMastDto.RlbDtctDto> result =
externalHttpClient.call(
url, HttpMethod.GET, null, netUtils.jsonHeaders(), ChngDetectMastDto.RlbDtctDto.class);
log.info("##### API 호출 완료 : {}", result.toString());
this.insertGukyuinAuditLog(
EventType.LIST.getId(),
netUtils.getLocalIP(),