From 142dcbb02ebd7aa4deff252a2949be27ba0aaa8f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 20 Jul 2026 11:29:06 +0800 Subject: [PATCH] bugfix --- llmage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 75a9605..c898645 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -242,7 +242,7 @@ where a.enabled_date <= ${today}$ and a.expired_date > ${today}$ and a.status = 'published' and a.providerid = b.id - order by a.providerid, a.id + order by a.providerid, a.name """ recs = await sor.sqlExe(sql, {'today': today}) # 批量查询所有模型的 ppid 映射