"신규 신청 쿨다운 로직 제거 - Repository/Service/Controller 코드 정리 - 불필요한 HTML 스크립트 제거"
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
This commit is contained in:
@@ -45,13 +45,4 @@ public interface AppRequestRepository extends BaseRepository<AppRequest, String>
|
||||
* @return AppRequest 목록
|
||||
*/
|
||||
List<AppRequest> findByOrg_IdIn(Collection<String> orgIds);
|
||||
|
||||
/**
|
||||
* 재신청 쿨다운 판정용 — 특정 신청자의 최근 신청 1건을 조회한다.
|
||||
*
|
||||
* <p>신청자는 별도 컬럼이 아니라 승인건(PTL_APPROVAL.REQUESTER_ID)에 기록된다
|
||||
* (ApprovalService#createAppApproval). 승인선 미설정 등으로 approval 이 없는 신청은 조인에서 제외된다.</p>
|
||||
*/
|
||||
Optional<AppRequest> findFirstByApproval_Requester_IdAndTypeOrderByCreatedDateDesc(String requesterId,
|
||||
AppRequestType type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user