diff --git a/Service/SmartHandleService.cs b/Service/SmartHandleService.cs index e9d9e96..1a46ea5 100644 --- a/Service/SmartHandleService.cs +++ b/Service/SmartHandleService.cs @@ -328,6 +328,14 @@ public class SmartHandleService( logger.LogInformation("AI生成的SQL: {Sql}", sqlText); + chunkAction( + $""" +
+ 生成的SQL查询语句:
+ {System.Net.WebUtility.HtmlEncode(sqlText)}
+ """
+ );
+
// 第二步:执行动态SQL查询
List queryResults;
try