From 8a18d3acf926ca7c99f174bcb32602842e8d7342 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Feb 2026 17:48:01 +0800 Subject: [PATCH] bugfix --- wwwroot/llmcheck.dspy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wwwroot/llmcheck.dspy b/wwwroot/llmcheck.dspy index 45abee8..ee4b763 100644 --- a/wwwroot/llmcheck.dspy +++ b/wwwroot/llmcheck.dspy @@ -15,7 +15,7 @@ where a.id=${llmid}$ and a.upappid = b.id and a.enabled_date <= ${today}$ and a.expired_date > ${today}$""" - recs = awaut sor.sqlExe(sql, ns.copy()) + recs = await sor.sqlExe(sql, ns.copy()) if recs: msgs.append('llm join upapp read ok') else: @@ -27,7 +27,7 @@ where a.id=${llmid}$ and b.apisetid = c.id and a.enabled_date <= ${today}$ and a.expired_date > ${today}$""" - recs = awaut sor.sqlExe(sql, ns.copy()) + recs = await sor.sqlExe(sql, ns.copy()) if recs: msgs.append('llm join upapp read ok') else: @@ -43,7 +43,7 @@ where a.upappid = c.id and a.id=${llmid}$ and a.expired_date > ${today}$ and a.enabled_date <= ${today}$""" - recs = awaut sor.sqlExe(sql, ns.copy()) + recs = await sor.sqlExe(sql, ns.copy()) if recs: msgs.append('llm join upapp join uapi read ok') else: @@ -60,7 +60,7 @@ where a.upappid = c.id and a.id=${llmid}$ and a.expired_date > ${today}$ and a.enabled_date <= ${today}$""" - recs = awaut sor.sqlExe(sql, ns.copy()) + recs = await sor.sqlExe(sql, ns.copy()) if recs: msgs.append('llm join upapp join uapi join uapiio read ok') else: