Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

插件查询之后无法获取应用实例问题 #30

Open
glmapper opened this issue Jun 25, 2019 · 0 comments
Open

插件查询之后无法获取应用实例问题 #30

glmapper opened this issue Jun 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@glmapper
Copy link
Collaborator

@RequestMapping("/search-plugin")
public List<ArkPluginModel> searchPlugins(@RequestParam("pluginName") String pluginName) {
        if (StringUtils.isEmpty(pluginName)) {
            // 返回全部
            return arkMngService.fetchRegisteredPlugins();
        }
        return arkMngService.fetchPluginsByName(pluginName);
    }

此端代码为插件查询的逻辑,仅获取到了插件列表,插件关联到的应用实例信息没有被计算出来。导致默认列表展示和查询结果展示在应用实例数和关联应用展示部分不一致

@glmapper glmapper added the bug Something isn't working label Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant