bugfix
This commit is contained in:
parent
7729d05bbf
commit
f3e6e3152d
@ -159,8 +159,7 @@ async def get_llms_by_catelog_to_customer(catelogid=None, orderby='providerid'):
|
||||
sql += " and rel.llmcatelogid = ${catelogid}$"
|
||||
params['catelogid'] = catelogid
|
||||
|
||||
sql += " order by rel.llmcatelogid, a.id"
|
||||
|
||||
debug(f'{sql=}')
|
||||
recs = await sor.sqlExe(sql, params)
|
||||
d = []
|
||||
cid = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user