mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(chat) filter nature throw detectModelIds in mapper and add loginSql (#144)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user