070 debug

This commit is contained in:
msyu
2025-03-13 18:30:42 +03:00
parent a852c123c7
commit e8c57fa590
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
variables.framework.docs.APIVersion="0.069";
variables.framework.docs.APIVersion="0.070";
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
+4 -1
View File
@@ -98,7 +98,10 @@
<cffunction name="generateRfsParams">
<cfargument name="instanceOperationUid" type="guid"/>
<cfargument name="usrId" type="numeric"/><!--- *** инжектируется? --->
<cfargument name="usrId" type="numeric"/>
<cfargument name="contragentId" type="numeric"/>
<cfargument name="contractId" type="numeric"/>
<!---
-- полезный селект, не выбрасывать
<cfquery name="qSvcOperationCfsParam">