SCPN1-10765

This commit is contained in:
2026-05-11 17:26:42 +02:00
parent e73a2ccd83
commit 7563a1e932
9 changed files with 24 additions and 34 deletions

View File

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