bugfix
This commit is contained in:
parent
5ea0291af7
commit
142dcbb02e
@ -242,7 +242,7 @@ where a.enabled_date <= ${today}$
|
||||
and a.expired_date > ${today}$
|
||||
and a.status = 'published'
|
||||
and a.providerid = b.id
|
||||
order by a.providerid, a.id
|
||||
order by a.providerid, a.name
|
||||
"""
|
||||
recs = await sor.sqlExe(sql, {'today': today})
|
||||
# 批量查询所有模型的 ppid 映射
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user