AS-IS 개발자포탈에서 쓰이던 ID 필드 값 삭제(OBP 디비 필드 형식과 맞지 않음)
This commit is contained in:
@@ -117,6 +117,12 @@ public class ObpGwMetricAfterDTO {
|
|||||||
dto.setTimeslice(formatTimeslice(entity.getTimeslice()));
|
dto.setTimeslice(formatTimeslice(entity.getTimeslice()));
|
||||||
dto.setAttemptedCount(entity.getAttemptedCount());
|
dto.setAttemptedCount(entity.getAttemptedCount());
|
||||||
dto.setCompletedCount(entity.getCompletedCount());
|
dto.setCompletedCount(entity.getCompletedCount());
|
||||||
|
|
||||||
|
|
||||||
|
// 260224 - AS-IS 개발자포탈에서 쓰이던 ID 필드 값 삭제(OBP 디비 필드 형식과 맞지 않음)
|
||||||
|
dto.setOrgId(null);
|
||||||
|
dto.setAppId(null);
|
||||||
|
|
||||||
return dto;
|
return dto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user