This commit is contained in:
yumoqing 2026-01-06 16:44:25 +08:00
parent 7bd014c1e3
commit e970f7ea50

View File

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