Skip to content

Commit 28c8e8b

Browse files
Update created timestamp for new case note creation
1 parent 41f6329 commit 28c8e8b

File tree

1 file changed

+3
-1
lines changed
  • projects/prison-case-notes-to-probation/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/service

1 file changed

+3
-1
lines changed

projects/prison-case-notes-to-probation/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/delius/service/DeliusService.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ class DeliusService(
8787
teamId = assignment.second,
8888
staffId = assignment.third,
8989
staffEmployeeId = assignment.third,
90-
externalReference = urn
90+
externalReference = urn,
91+
createdDateTime = body.systemTimestamp,
92+
lastModifiedDateTime = body.systemTimestamp,
9193
)
9294
}
9395

0 commit comments

Comments
 (0)