This commit is contained in:
yumoqing 2026-04-15 12:02:12 +08:00
parent 5670126a8e
commit 48a64a34c7

View File

@ -40,7 +40,7 @@ where a.subjectid = b.id """ \
and a.partytype=${partytype}$ """ and a.partytype=${partytype}$ """
recs = await sor.sqlExe(sql, ns) recs = await sor.sqlExe(sql, ns)
# print(f'select account_config {recs=}', party_type) # 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: for r in recs:
debug(f'{r=}') debug(f'{r=}')
await openAccount(sor, accounting_orgid, orgid, r, org1id=org1id) await openAccount(sor, accounting_orgid, orgid, r, org1id=org1id)