(improvement)(chat) filter nature throw detectModelIds in mapper and add loginSql (#144)

This commit is contained in:
lexluo09
2023-09-25 21:56:47 +08:00
committed by GitHub
parent 0774c35589
commit 5c4e80c8f8
12 changed files with 65 additions and 37 deletions

View File

@@ -37,7 +37,8 @@ public class SemanticParseInfo {
private List<SchemaElementMatch> elementMatches = new ArrayList<>();
private Map<String, Object> properties = new HashMap<>();
private EntityInfo entityInfo;
private String sql;
private String logicSql;
private String querySql;
public Long getModelId() {
return model != null ? model.getId() : 0L;