Account Id

This commit is contained in:
CHIEFSOFT\ameye
2025-03-04 09:38:07 -05:00
parent 95bc6b0daa
commit 5af8e31f6d
+1 -1
View File
@@ -144,7 +144,7 @@ def salary_demousers():
dList = []
SELECT_DEMO_ENTRY = f"SELECT id,uid, bvn AS CustomerID, name,offers,salary_account,current_loans,mobile,bvn, email, pin, added::text FROM demo_bank_accounts ORDER BY id ASC"
SELECT_DEMO_ENTRY = f"SELECT id,uid, bvn AS CustomerID, mobile AS AccountID, name,offers,salary_account,current_loans,mobile,bvn, email, pin, added::text FROM demo_bank_accounts ORDER BY id ASC"
# print(SELECT_DEMO_ENTRY)
with connection:
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor: