186 array-map-fixed fidex

This commit is contained in:
2025-12-05 09:33:07 +03:00
parent 76ff672dee
commit 6fc908b6ef
7 changed files with 683 additions and 25 deletions
@@ -129,7 +129,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
</cfif>
</cfif>
<cfif data_type EQ "map">
<cfif data_type EQ "map" OR data_type EQ "map-fixed" OR data_type EQ "array-map-fixed">
<cfinvoke component="instance_operation_cfs_param" method="processMap" qParam=#local.qCfsParam#/>
</cfif>
</cfloop>