From 814a8e5640e662c93bf01d689fef9a275cc277f4 Mon Sep 17 00:00:00 2001 From: msyu Date: Sun, 6 Apr 2025 11:40:04 +0300 Subject: [PATCH] 076 bugfix 2 --- v1/resources/instance_operation.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index 54b4639..c254935 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -51,7 +51,7 @@ join contragent k on (d.contragent_id=k.contragent_id) join svc v on (e.service_id=v.svc_id) join svc_operation so on (v.svc_id=so.svc_id AND o.operation=so.operation) - join resource_realm r on (o.resource_realm_id=r.resource_realm_id) + left outer join resource_realm r on (o.resource_realm_id=r.resource_realm_id) left outer join usr u on (o.updater_id=u.usr_id) where o.instance_operation_uid=