From 4de33d7f3f3e6af9cf9edfb4f99dc12e8e578a6c Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 10 Jul 2025 12:46:37 +0300 Subject: [PATCH] 125 resource realm rfs check modification --- v1/Application.cfc | 2 +- v1/resources/instance_operation_run.cfc | 66 +++++++++++++++---------- 2 files changed, 41 insertions(+), 27 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index f651c46..9b136d5 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.124"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.125"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index d9eb3a6..cbad7da 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -160,25 +160,7 @@ - + @@ -423,7 +405,8 @@ where io.instance_operation_uid= AND LOWER(iop.param)=LOWER('resourceRealm') ---> - + + + - - - + + ---> + - + + + + + select count(*) as cnt + from instance_operation_param iop + where iop.param='resourceRealm' AND + iop.instance_operation_uid= + + + select c.contract_id @@ -473,4 +467,24 @@ - \ No newline at end of file + + + \ No newline at end of file