preparation expected
This commit is contained in:
parent
8991420bbb
commit
4c978f2450
@ -17,7 +17,6 @@
|
|||||||
<#assign preparationStatusInterface = JsonUtil.jsonToMap(dataRfx)>
|
<#assign preparationStatusInterface = JsonUtil.jsonToMap(dataRfx)>
|
||||||
[
|
[
|
||||||
|
|
||||||
|
|
||||||
<#--**Pick batch runned (100) **-->
|
<#--**Pick batch runned (100) **-->
|
||||||
<#if preparationStatusInterface.preparation_status_type == "100" &&
|
<#if preparationStatusInterface.preparation_status_type == "100" &&
|
||||||
preparationStatusInterface.preparation_status_code == "200" >
|
preparationStatusInterface.preparation_status_code == "200" >
|
||||||
@ -25,7 +24,7 @@
|
|||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationExpected>
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationExpected>
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaProStatus_PreparationExpecteded.ftl">
|
<#include "RFXtoRP_HsaProStatus_PreparationExpected.ftl">
|
||||||
}
|
}
|
||||||
<#else>
|
<#else>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user