mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: SQL中有左连接和参数保存会报错
This commit is contained in:
@@ -1147,8 +1147,8 @@ public class DataSetTableService {
|
||||
subSelect.setAlias(new Alias(rightItem.getAlias().toString(), false));
|
||||
}
|
||||
join.setRightItem(subSelect);
|
||||
joinsList.add(join);
|
||||
}
|
||||
joinsList.add(join);
|
||||
}
|
||||
plainSelect.setJoins(joinsList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user