fix(工作台): 尝试修复捕获异常rollback问题

--bug=1050632 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001050632
This commit is contained in:
guoyuqi 2024-12-19 15:29:05 +08:00 committed by 刘瑞斌
parent 16ddcc14ce
commit 685c5b45a7
1 changed files with 1 additions and 0 deletions

View File

@ -1691,6 +1691,7 @@ public class DashboardService {
} catch (Exception e) { } catch (Exception e) {
// 获取三方平台结束状态失败, 只过滤本地结束状态 // 获取三方平台结束状态失败, 只过滤本地结束状态
LogUtils.error(Translator.get("get_platform_end_status_error")); LogUtils.error(Translator.get("get_platform_end_status_error"));
return localLastStepStatus;
} }
localLastStepStatus.addAll(platformLastStepStatus); localLastStepStatus.addAll(platformLastStepStatus);
return localLastStepStatus; return localLastStepStatus;