This commit is contained in:
2024-09-17 11:46:24 +02:00
parent c05a4653ba
commit 09ec0e4509
19 changed files with 24 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${stock.physical_depot_code}"
<#else>
"ActorID": "${depot}${stock.physical_depot_code}"
"ActorID": "${prefixdepot}${stock.physical_depot_code}"
</#if>
},
"Payload": {
@@ -21,12 +21,7 @@
"DateTime": "${generation_date}",
"AuthorTimeZone": "${time_zone_rfx}"
},
<#if uniqueness?? && uniqueness!="" >
"ID": "${stock.physical_depot_code}-${idSnapshot}",
<#else>
"ID": "${depot}${stock.physical_depot_code}-${idSnapshot}",
</#if>
"ID": "${stock.physical_depot_code}-${idSnapshot}",
"MessageNb": ${sum_elt}
}