perf: SQLBot 数据源接口 Excel 数据源信息

This commit is contained in:
fit2cloud-chenyw
2025-09-01 14:51:19 +08:00
committed by fit2cloud-chenyw
parent de9f71fdbf
commit 2992f308a6

View File

@@ -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);