From f9681c22ce9353255a96fff7bc01811321396d28 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:45:56 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 24c4102..db3f507 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -82,7 +82,7 @@ async def get_llms_by_catelog(): where a.llmcatelogid = b.id and enabled_date <= ${today}$ and expired_date > ${today}$ - sort by a.llmcatelogid, a.id + order by a.llmcatelogid, a.id """ recs = await sor.sqlExe(sql, {'today': today}) d = []