국유인 실태조사 job 에 log 찍기 추가
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user