From f3f00423e9f54c6f57c274d36499486a435cbf72 Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 25 Sep 2025 11:34:55 +0300 Subject: [PATCH] 146 request.usr_id bugfix --- v1/Application.cfc | 2 +- v1/resources/instance_operation_cfs_param_ls.cfc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 03f77fd..e4eb254 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.145"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.146"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc index 3f846b2..d89825b 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -313,7 +313,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - + @@ -350,7 +350,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In join usr u on (k.contragent_id=u.contragent_id) where p.param_value= AND svc_operation_cfs_param_id=/*limit to the current svc param*/ - AND u.usr_id=/*limit to the contragent of current user*/ + AND u.usr_id=/*limit to the contragent of current user*/ AND p.instance_operation_cfs_param_uid <> /*exclude itself*/