This commit is contained in:
yumoqing 2026-04-15 12:05:24 +08:00
parent 48a64a34c7
commit 0132b8133d

View File

@ -49,6 +49,7 @@ async def openResellerAccounts(sor, accounting_orgid, orgid):
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_RESELLER)
async def openCustomerAccounts(sor, accounting_orgid, orgid):
debug(f'{sor=}, {accounting_orgid=}, {orgid=}')
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_CUSTOMER)
async def openOwnerAccounts(sor, accounting_orgid):