070 debug
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user