Browse Source

Pull request #8829: 无jira 区分fdl/平台的jdy数据连接, 不做唯一处理

Merge in DEC/decision-webui-dcm from ~HANS/decision-webui-dcm:final/11.0 to final/11.0

* commit '3b9a4799efb21ccbd645770e7834c28ca5f2c775':
  getJdyDataLinkAppList
final/11.0
Hans-杨瀚 3 months ago
parent
commit
d16907214f
  1. 2
      src/modules/app.provider.ts

2
src/modules/app.provider.ts

@ -172,6 +172,6 @@ BI.provider('dec.connection.provider.datebase', function () {
}
return this.resolves[type] || jdbcResolve
},
customDatabaseType: filterPluginDataTypeByPriority(),
customDatabaseType: BI.Constants.getConstant(CONSTANT_PLUGIN_TYPES),
});
});

Loading…
Cancel
Save