From 48a64a34c7ad7d38954700209c4a28982a6f4349 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 15 Apr 2026 12:02:12 +0800 Subject: [PATCH] bugfix --- accounting/openaccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/openaccount.py b/accounting/openaccount.py index 3ce60b2..aede1f4 100644 --- a/accounting/openaccount.py +++ b/accounting/openaccount.py @@ -40,7 +40,7 @@ where a.subjectid = b.id """ \ and a.partytype=${partytype}$ """ recs = await sor.sqlExe(sql, ns) # print(f'select account_config {recs=}', party_type) - debug(f'{sql=}, {orgid=}, {party_type=}') + debug(f'{sql=}, {accounting_orgid=}, {orgid=}, {party_type=}') for r in recs: debug(f'{r=}') await openAccount(sor, accounting_orgid, orgid, r, org1id=org1id)