205 getStringFromStruct

This commit is contained in:
2026-02-04 19:42:12 +03:00
parent b8212ddca5
commit b44255dfbd
3 changed files with 54 additions and 24 deletions
@@ -110,6 +110,7 @@
</m:field_set>
from svc_operation_cfs_param p
where p.svc_operation_id=<cfqueryparam cfsqltype="cf_sql_integer" value="#arguments.svcOperationId#" null=#!isValid('integer',arguments.svcOperationId)#/>
AND p.is_actual
order by p.sort, p.svc_operation_cfs_param_id
</cfquery>