This commit is contained in:
yumoqing 2025-12-22 16:18:35 +08:00
parent c863936871
commit 2613d9b72c

View File

@ -0,0 +1,7 @@
async with get_sor_context(request._run_ns, 'pricing') as sor:
ns = {
'ownerid':await get_userorgid()
}
recs = await sor.R('pricing_program', ns)
return recs
return []