mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-17 16:02:14 +00:00
(improvement)(chat) logic sql show in chinese and convert to bizName in execute (#156)
This commit is contained in:
@@ -68,7 +68,7 @@ class LLMDslParserTest {
|
||||
model.setId(2L);
|
||||
parseInfo.setModel(model);
|
||||
SemanticCorrectInfo semanticCorrectInfo = SemanticCorrectInfo.builder()
|
||||
.sql("select count(song_name) from 歌曲库 where singer_name = '周先生' and YEAR(publish_time) >= 2023 and ")
|
||||
.sql("select count(song_name) from 歌曲库 where singer_name = '周先生' and YEAR(publish_time) >= 2023 ")
|
||||
.parseInfo(parseInfo)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user