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