From 2afb0bb4e368bc4fe3e58be4707018587f47a98d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Mar 2026 15:16:33 +0800 Subject: [PATCH] bugfix --- wwwroot/get_type_llms.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/get_type_llms.dspy b/wwwroot/get_type_llms.dspy index 580c474..16a4504 100644 --- a/wwwroot/get_type_llms.dspy +++ b/wwwroot/get_type_llms.dspy @@ -7,7 +7,7 @@ async with get_sor_context(request._run_ns, 'llmage') as sor: where a.llmcatelogid = b.id and a.enabled_date <= ${biz_date}$ and ${biz_date}$ < a.expired_date - #and ppid is not NULL + and ppid is not NULL and b.name=${lt}$''' biz_date = await get_business_date(sor) recs = await sor.sqlExe(sql, {