From e8b9c0ba1c328204e97cb4b3433a58d20fe40d4a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 6 Oct 2025 16:04:33 -0400 Subject: [PATCH] cuntry uid --- app/api/services/office_country.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/office_country.py b/app/api/services/office_country.py index f0618c8..f253a7c 100644 --- a/app/api/services/office_country.py +++ b/app/api/services/office_country.py @@ -20,7 +20,7 @@ class OfficeCountryService(BaseService): for t in account_result: account_result_data.append({ 'id': t.id, - 'uid': t.uid, + 'country_uid': t.uid, 'code': t.code, 'description': t.description, 'status': t.status,