(improvement)(semantic) fixed queryBySql execute error on mysql <=5.7

This commit is contained in:
jipengli
2023-10-09 12:00:25 +08:00
parent 8487966888
commit ec1e63e2f2
5 changed files with 23 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ public class ParseSqlReq {
private String sql = "";
private List<MetricTable> tables;
private boolean supportWith = true;
private boolean withAlias = true;
public Map<String, String> getVariables() {
if (variables == null) {