Done ticket GEPAFINBE-6147 & contract document issue
This commit is contained in:
@@ -59,7 +59,7 @@ public interface ApplicationAmendmentRequestRepository extends JpaRepository<App
|
||||
|
||||
@Query("SELECT a FROM ApplicationAmendmentRequestEntity a " +
|
||||
"WHERE a.isDeleted = false " +
|
||||
"AND a.status NOT IN('CLOSE','EXPIRED') " +
|
||||
"AND a.status NOT IN('CLOSE','EXPIRED','RESPONSE_RECEIVED') " +
|
||||
"AND a.endDate < :currentTime")
|
||||
List<ApplicationAmendmentRequestEntity> findAmendmentsDueForExpiration(LocalDateTime currentTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user