This commit is contained in:
yumoqing 2026-04-08 17:14:51 +08:00
parent bd0cc6d5ad
commit 6179aaebaa

View File

@ -1,5 +1,5 @@
luid=params_kw.luid
env = ServerEnv()
env = request._run_ns
async with get_sor_context(env, 'llmage') as sor:
sql = "select a.ppid, b.* from llm a, llmusage b where a.id=b.llmid and b.id=${id}$"
recs = await sor.sqlExe(sql, {'id': luid})