This commit is contained in:
yumoqing 2026-04-26 12:29:35 +08:00
parent c0c9d0a489
commit afceb713b7

View File

@ -10,7 +10,7 @@ async with db.sqlorContext(dbname) as sor:
orgid = id
await create_org(sor, ns, orgtypes=['provider'])
try:
await openRetailRelationshipAccounts(sor, ownerid, ownerid, orgid)
await openRetailRelationshipAccounts(sor, ownerid, orgid, ownerid)
except Exception as e:
exception(f'{e}')
return {