This commit is contained in:
yumoqing 2026-04-01 17:48:18 +08:00
parent 905ac8a392
commit a63ea79cf7

7
wwwroot/oca.dspy Normal file
View File

@ -0,0 +1,7 @@
iorgid = params_kw.orgid
db = DBPools()
async with db.sqlorContext(dbname) as sor:
await openCustomerAccounts(sor, '0', orgid)
return f'{orgid} customer accounts opened'
return f'{db.e_except=}'