This commit is contained in:
yumoqing 2026-03-26 15:10:14 +08:00
parent f000bf120f
commit bed8859d74

View File

@ -7,7 +7,7 @@ async with get_sor_context(request._run_ns, 'llmage') as sor:
where a.llmcatelogid = b.id where a.llmcatelogid = b.id
and a.enabled_date <= ${biz_date}$ and a.enabled_date <= ${biz_date}$
and ${biz_date}$ < a.expired_date and ${biz_date}$ < a.expired_date
and ppid is not NULL #and ppid is not NULL
and b.name=${lt}$''' and b.name=${lt}$'''
biz_date = get_business_date(sor) biz_date = get_business_date(sor)
recs = await sor.sqlExe(sql, { recs = await sor.sqlExe(sql, {