This commit is contained in:
yumoqing 2026-01-04 16:56:00 +08:00
parent 6a1b09269e
commit 76acdb6a3b

View File

@ -0,0 +1,9 @@
debug(f'{params_kw=}')
dbname = get_module_dbname('accounting')
assert params_kw.providerid
assert params_kw.resellerid
db = DBPools()
async with db.sqlorContext(dbname) as sor:
await openRetailRelationshipAccounts(sor, '0', params_kw.providerid, params_kw.resellerid)
return f'{orgid} reseller accounts opened'
return f'{db.e_except=}'