mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf: SQLBot 数据源接口 Excel 数据源信息
This commit is contained in:
committed by
fit2cloud-chenyw
parent
de9f71fdbf
commit
2992f308a6
@@ -240,6 +240,7 @@ public class DatasetSQLBotManage {
|
||||
if (StringUtils.isNotBlank(dsHost) && ObjectUtils.isNotEmpty(config)) {
|
||||
config.setHost(dsHost);
|
||||
}
|
||||
dsType = deEngine.getType();
|
||||
} else {
|
||||
String config_json = EncryptUtils.aesDecrypt(dsConfig.toString()).toString();
|
||||
config = JsonUtil.parseObject(config_json, Configuration.class);
|
||||
|
||||
Reference in New Issue
Block a user