bugfix
This commit is contained in:
parent
ee68fbefa7
commit
3ff16da646
@ -360,7 +360,7 @@ m.ppid
|
||||
and m.ppid is not null
|
||||
and a.expired_date > ${today}$
|
||||
"""
|
||||
params = {'today': today, 'sort': ['catelog_id', 'providerid', 'name'}
|
||||
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