This commit is contained in:
yumoqing 2026-04-01 17:58:15 +08:00
parent 933a3e286f
commit 81171ac12e

View File

@ -5,7 +5,7 @@ async with db.sqlorContext(dbname) as sor:
if len(recs) == 0: if len(recs) == 0:
return f"error: {orgid=} not found" return f"error: {orgid=} not found"
await openCustomerAccounts(sor, '0', orgid) await openCustomerAccounts(sor, '0', orgid)
return f'{orgid} customer accounts opened' return f'{orgid} customer accounts opened'
return f'{db.e_except=}' return f'{db.e_except=}'