提交 e07200cb authored 作者: taojinlong's avatar taojinlong

fix: 优化插件存放路径

上级 d5f6845a
...@@ -249,7 +249,7 @@ public class PluginService { ...@@ -249,7 +249,7 @@ public class PluginService {
e.printStackTrace(); e.printStackTrace();
} }
//BeanUtils.copyBean(result, myPlugin); //BeanUtils.copyBean(result, myPlugin);
if(result.getCategory().equalsIgnoreCase("datasource")){ if(result.getCategory().equalsIgnoreCase("datasource") && (StringUtils.isEmpty(result.getStore()) || !result.getStore().equalsIgnoreCase("default"))){
result.setStore("thirdpart"); result.setStore("thirdpart");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论