This commit is contained in:
yumoqing 2025-09-14 15:13:12 +08:00
parent 5f14422a5e
commit 5331a528cc

View File

@ -14,7 +14,7 @@ where llmcatelogid = ${llmcatelogid}$
ns.page = page ns.page = page
ns.pagerows = pagerows ns.pagerows = pagerows
recs = await sor.sqlPaging(sql, ns) recs = await sor.sqlPaging(sql, ns)
for r in recs.rows: for r in recs.get('rows', []):
r.llmid = r.id r.llmid = r.id
r.modelname = r.name r.modelname = r.name
r.icon = entire_url('/appbase/show_icon.dspy') + f'?id=r.iconid' r.icon = entire_url('/appbase/show_icon.dspy') + f'?id=r.iconid'