BUGFIX:测试环境配置修改
This commit is contained in:
@@ -59,6 +59,7 @@ public class AsyncCallerUtil {
|
||||
} catch (InterruptedException | ExecutionException | BusinessException e) {
|
||||
// 处理异常
|
||||
log.error("发生错误 : " + e);
|
||||
e.printStackTrace();
|
||||
// 取消定时任务
|
||||
assert timeoutTask != null;
|
||||
timeoutTask.cancel(true);
|
||||
|
||||
Reference in New Issue
Block a user