From a9f4563f0aee09cfcc000139819c8f4c97ac3856 Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 13 Mar 2025 18:45:54 +0300 Subject: [PATCH] 071 debug --- v1/Application.cfc | 2 +- v1/resources/instance_operation_run.cfc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 1b933fc..fce9a00 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.070"; + variables.framework.docs.APIVersion="0.071"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index 99ecd98..2031222 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -313,12 +313,12 @@ - select contragent_code + select external_code from contragent where contragent_id= - + \ No newline at end of file