Browse Source

getJdyDataLinkAppList

final/11.0
hans 9 months ago
parent
commit
3b9a4799ef
  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