Done Ticket GEPAFINBE-207 Updated the API to update the call status from Publish status to Draft.
This commit is contained in:
@@ -177,4 +177,5 @@ public interface ApplicationRepository extends JpaRepository<ApplicationEntity,
|
||||
@Query("UPDATE ApplicationEntity a SET a.ndgStatus = NULL WHERE a.ndgStatus = :status")
|
||||
void resetNdgStatusForInProgress(@Param("status") String status);
|
||||
|
||||
boolean existsByCallId(Long callId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user