forked from github/dataease
fix: 优化插件存放路径
This commit is contained in:
parent
d5f6845a00
commit
e07200cb81
@ -249,7 +249,7 @@ public class PluginService {
|
||||
e.printStackTrace();
|
||||
}
|
||||
//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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user