This commit is contained in:
yumoqing 2026-03-30 14:20:13 +08:00
parent 3dec5e2601
commit f96a55ee0d

View File

@ -0,0 +1,8 @@
debug(f'{params_kw=}')
env = request._run_ns
providers = await await get_platform_providers()
async with db.sqlorContext(env, 'accounting') as sor:
for p in providers:
await openProviderAccounts(sor, '0', p.id)
return f'{p} provider accounts opened'