Pull request #366: RED-3882: Fixed hasSuggestion after decline
Merge in RED/persistence-service from RED-3882 to master * commit 'a6146d4b9a4b652ee5a711f851cdaefd4e3c1c39': RED-3882: Fixed hasSuggestion after decline
This commit is contained in:
commit
c1ce100558
@ -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