From cf461527d3c304ed04c9497afc38a667b90eca7a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Mar 2026 15:15:31 +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 178584c..580c474 100644 --- a/wwwroot/get_type_llms.dspy +++ b/wwwroot/get_type_llms.dspy @@ -9,7 +9,7 @@ where a.llmcatelogid = b.id and ${biz_date}$ < a.expired_date #and ppid is not NULL and b.name=${lt}$''' - biz_date = get_business_date(sor) + biz_date = await get_business_date(sor) recs = await sor.sqlExe(sql, { 'biz_date': biz_date, 'lt': lt