forked from github/dataease
Merge pull request #2871 from dataease/pr@dev@perf_code
feat(系统管理-插件管理): 优化代码删除冗余代码
This commit is contained in:
commit
608966e88a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user