From 2d3285a19ddc40dc1497d9f78077189d67a041b9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 14:38:47 +0800 Subject: [PATCH] bugfix --- wwwroot/open_provider_accounts.dspy | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/open_provider_accounts.dspy b/wwwroot/open_provider_accounts.dspy index 0f78a84..73f945a 100644 --- a/wwwroot/open_provider_accounts.dspy +++ b/wwwroot/open_provider_accounts.dspy @@ -4,5 +4,6 @@ providers = await get_platform_providers() async with get_sor_context(env, 'accounting') as sor: for p in providers: await openProviderAccounts(sor, '0', p.id) + await openRetailRelationshipAccounts(sor, '0', p.id, '0') debug(f'{p} provider accounts opened')