This commit is contained in:
msyu
2024-12-03 18:21:01 +03:00
parent 6676118509
commit 9b7e5bc743
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
variables.framework.docs.APIVersion="0.032";
variables.framework.docs.APIVersion="0.034";
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
+1
View File
@@ -45,6 +45,7 @@
</m:field_set>
from svc_operation_cfs_param p
where p.svc_operation_id=<cfqueryparam cfsqltype="cf_sql_other" value="#arguments.svcOperationId#" null=#!isValid('integer',arguments.svcOperationId)#/>
order by p.svc_operation_cfs_param_id
</cfquery>
<cfif local.qSvcOperation.recordCount EQ 0>