fix(系统设置): 修改资源池状态时的提示问题

--bug=1017755 --user=李玉号 【系统设置】资源池禁用提示异常
https://www.tapd.cn/55049933/s/1259125
This commit is contained in:
shiziyuan9527 2022-10-12 10:24:50 +08:00 committed by lyh
parent 7420376f22
commit 823f87bca6
1 changed files with 1 additions and 5 deletions

View File

@ -27,11 +27,7 @@ public class CacheNodeAspect {
@After("cacheNodes()")
@Async
public void after() {
try {
microService.getForResultHolder(MicroServiceName.PERFORMANCE_TEST, "/performance/update/cache");
} catch (Exception e) {
LogUtil.error(e);
}
microService.getForResultHolder(MicroServiceName.PERFORMANCE_TEST, "/performance/update/cache");
}
}