bugfix
This commit is contained in:
parent
7bd014c1e3
commit
e970f7ea50
@ -82,6 +82,7 @@ async def get_llms_by_catelog():
|
|||||||
where a.llmcatelogid = b.id
|
where a.llmcatelogid = b.id
|
||||||
and enabled_date <= ${today}$
|
and enabled_date <= ${today}$
|
||||||
and expired_date > ${today}$
|
and expired_date > ${today}$
|
||||||
|
sort by a.llmcatelogid, a.id
|
||||||
"""
|
"""
|
||||||
recs = await sor.sqlExe(sql, {'today': today})
|
recs = await sor.sqlExe(sql, {'today': today})
|
||||||
d = []
|
d = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user