Skip to content

Commit

Permalink
#96 coffee annotation changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sisak committed Feb 2, 2024
1 parent b07af06 commit b59297c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public SampleResponse sampleWriteRead(SampleRequest sampleRequest) throws BaseEx
throw new TechnicalException("Unexpected data integrity error, some mandatory field is empty or not equal!");
}

//set all entity to done
transactionHelper.executeWithTransaction(() -> {
sampleEntityService.updateAllStatusAndInputValue(SampleStatus.DONE, "done");
});
Expand Down

0 comments on commit b59297c

Please sign in to comment.