Merge pull request #2871 from dataease/pr@dev@perf_code

feat(系统管理-插件管理): 优化代码删除冗余代码
This commit is contained in:
fit2cloud-chenyw 2022-08-18 10:54:59 +08:00 committed by GitHub
commit 608966e88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,7 @@ public class PluginRunner implements ApplicationRunner {
if (CollectionUtils.isEmpty(groupMap.get(false))) return;
plugins.stream().forEach(plugin -> {
if (isDiscard(plugin)) {
}
String store = plugin.getStore();
String version = plugin.getVersion();
String moduleName = plugin.getModuleName();