BUGFIX:测试环境配置修改

This commit is contained in:
2024-01-22 16:27:46 +08:00
parent 164454b5b2
commit a9ce35200c
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ public class AsyncCallerUtil {
} catch (InterruptedException | ExecutionException | BusinessException e) {
// 处理异常
log.error("发生错误 " + e);
e.printStackTrace();
// 取消定时任务
assert timeoutTask != null;
timeoutTask.cancel(true);