implemented QR code tips controller, delete email message, delete all email messages
This commit is contained in:
@@ -52,4 +52,9 @@ public class ScanHistoryEntity {
|
||||
dateCreated = now;
|
||||
dateUpdated = now;
|
||||
}
|
||||
@PreUpdate
|
||||
public void preUpdate() {
|
||||
dateUpdated = OffsetDateTime.now();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user