This commit is contained in:
yumoqing 2026-01-06 17:43:30 +08:00
parent 95eba74491
commit 3bd240bdc7

View File

@ -121,8 +121,7 @@ where a.upappid = c.id
and a.apiname = e.name and a.apiname = e.name
and a.expired_date > ${today}$ and a.expired_date > ${today}$
and a.enabled_date <= ${today}$ and a.enabled_date <= ${today}$
) x left join historyformat y on x.hfid = y.id ) x left join uapiio z on x.ioid = z.id
left join uapiio z on x.ioid = z.id
where x.id = ${llmid}$ where x.id = ${llmid}$
""" """
recs = await sor.sqlExe(sql, {'llmid': llmid, 'today': today}) recs = await sor.sqlExe(sql, {'llmid': llmid, 'today': today})