From e970f7ea50dfb741b78c2e1e1db35013f4960a12 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:44:25 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index cd01ca9..24c4102 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -82,6 +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 """ recs = await sor.sqlExe(sql, {'today': today}) d = []