- IncidentTimelineUI VO 추가 - 장애 타임라인 화면 구현 지원
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
- PortalNoticeManService 장애 상태 타임라인 로직 추가 - 메인 CSS에 타임라인 스타일 추가
This commit is contained in:
+3
@@ -21,6 +21,9 @@ public interface DjbApistatusIncidentRepository
|
||||
|
||||
Optional<DjbApistatusIncident> findByNoticeId(String noticeId);
|
||||
|
||||
/** 공지 목록에 상태를 함께 표기할 때 1+N 을 피하기 위한 일괄 조회. */
|
||||
List<DjbApistatusIncident> findByNoticeIdIn(Collection<String> noticeIds);
|
||||
|
||||
Optional<DjbApistatusIncident> findByInterfaceId(String interfaceId);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user