Enhanced PEC error response saving
This commit is contained in:
@@ -11,8 +11,8 @@ public interface EmailLogRepository extends JpaRepository<EmailLogEntity,Long> {
|
||||
|
||||
List<EmailLogEntity> findByUserIdAndAmendmentIdAndIsDeletedFalse(Long userId,Long amendmentId);
|
||||
List<EmailLogEntity> findByUserActionId(Long userActionId);
|
||||
List<EmailLogEntity> findByUserActionIdAndEmailServiceType(Long userActionId, String emailServiceType);
|
||||
|
||||
List<EmailLogEntity> findByUserActionIdAndEmailServiceTypeAndSendStatus(
|
||||
Long userActionId, String emailServiceType, String sendStatus);
|
||||
Optional<EmailLogEntity> findTopByUserIdAndEmailTypeAndIsDeletedFalseOrderByCreatedDateDesc(Long userId, String emailType);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user