bugfix
This commit is contained in:
parent
84c03a7878
commit
ee68fbefa7
@ -360,8 +360,7 @@ m.ppid
|
||||
and m.ppid is not null
|
||||
and a.expired_date > ${today}$
|
||||
"""
|
||||
sortstr='catelog_id, ' + orderby
|
||||
params = {'today': today, 'sort': sortstr}
|
||||
params = {'today': today, 'sort': ['catelog_id', 'providerid', 'name'}
|
||||
if catelogid:
|
||||
sql += " and m.llmcatelogid = ${catelogid}$"
|
||||
params['catelogid'] = catelogid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user