bugfix
This commit is contained in:
parent
3f57ce2c21
commit
b93106305f
@ -154,7 +154,7 @@ async def get_llms_by_catelog_to_customer(catelogid=None, orderby='providerid'):
|
|||||||
and a.ppid is not null
|
and a.ppid is not null
|
||||||
and a.expired_date > ${today}$
|
and a.expired_date > ${today}$
|
||||||
"""
|
"""
|
||||||
sortstr='catelog_id ' + orderby
|
sortstr='catelog_id, ' + orderby
|
||||||
params = {'today': today, 'sort': sortstr}
|
params = {'today': today, 'sort': sortstr}
|
||||||
if catelogid:
|
if catelogid:
|
||||||
sql += " and rel.llmcatelogid = ${catelogid}$"
|
sql += " and rel.llmcatelogid = ${catelogid}$"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user