Skip to content

Commit

Permalink
[fix]上传插件无法获取属性,可能是过于频繁的调用。只在添加前同步数据库记录
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Jul 20, 2024
1 parent 65c1c67 commit 08a079e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public Object pre(ProceedingJoinPoint joinPoint) throws Throwable {
//调用databaseAndPluginFileSync
pluginManager.databaseAndPluginFileSync();
Object proceed = joinPoint.proceed();
pluginManager.databaseAndPluginFileSync();
return proceed;
}
return joinPoint.proceed();
Expand Down

0 comments on commit 08a079e

Please sign in to comment.