(improvement)(chat) Fix the SQL fields generated by the large model that contain (#1715)

This commit is contained in:
lexluo09
2024-09-25 22:49:46 +08:00
committed by GitHub
parent e410611a7c
commit 066b9cc1f7
3 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,5 @@ public class HavingCorrector extends BaseSemanticCorrector {
SqlAddHelper.addFunctionToSelect(correctS2SQL, havingExpressionList);
semanticParseInfo.getSqlInfo().setCorrectedS2SQL(replaceSql);
}
return;
}
}