From 3b9a4799efb21ccbd645770e7834c28ca5f2c775 Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 5 Mar 2024 13:56:43 +0800 Subject: [PATCH] getJdyDataLinkAppList --- src/modules/app.provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/app.provider.ts b/src/modules/app.provider.ts index 18b2a4a..3662b4a 100644 --- a/src/modules/app.provider.ts +++ b/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), }); });