RED-3882: Fixed hasSuggestion after decline
This commit is contained in:
parent
4d12c996bd
commit
a6146d4b9a
@ -23,7 +23,7 @@ public interface ManualRedactionRepository extends JpaRepository<ManualRedaction
|
||||
void updateSoftDelete(AnnotationEntityId id, OffsetDateTime softDeleteTime);
|
||||
|
||||
|
||||
@Modifying
|
||||
@Modifying(clearAutomatically = true)
|
||||
@Query("update ManualRedactionEntryEntity m set m.status = :annotationStatus, m.processedDate = :processedDate where m.id = :id")
|
||||
void updateStatus(AnnotationEntityId id, AnnotationStatus annotationStatus, OffsetDateTime processedDate);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user