This commit is contained in:
2026-05-12 14:27:55 +02:00
parent 7942a0dfc0
commit 77ef62f002
14 changed files with 37 additions and 30 deletions

View File

@@ -17,22 +17,14 @@
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign depot = JsonUtil.jsonToMap(dataRfx)>
[
{
}
]
<#stop>
<#break>
<#case "D">
<#-- *********************************************** Action = DELETE *************************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign depot = JsonUtil.jsonToMap(dataRfx)>
[
{
}
]
<#stop>
<#break>
<#default>