This commit is contained in:
yumoqing 2026-03-30 14:22:42 +08:00
parent f96a55ee0d
commit 2aa989d738

View File

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