This commit is contained in:
yumoqing 2026-04-15 12:09:14 +08:00
parent 0132b8133d
commit b2e4b03b82

View File

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