mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
refactor: 单一数据源的数据集、图表使用对应数据库语法和函数
This commit is contained in:
@@ -55,7 +55,7 @@ public class SqlparserUtils {
|
||||
}
|
||||
// 递归遍历语法树
|
||||
getDependencies(sqlNode, false);
|
||||
return sqlNode.toString().replaceAll("`", "");
|
||||
return sqlNode.toString();
|
||||
}
|
||||
|
||||
private static void getDependencies(SqlNode sqlNode, Boolean fromOrJoin) {
|
||||
|
||||
Reference in New Issue
Block a user