This commit is contained in:
yumoqing 2026-07-20 19:20:57 +08:00
parent ee68fbefa7
commit 3ff16da646

View File

@ -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