This commit is contained in:
yumoqing 2026-01-06 16:45:56 +08:00
parent e970f7ea50
commit f9681c22ce

View File

@ -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 = []