注释修改

This commit is contained in:
even 2025-07-07 16:17:03 +08:00
parent 93113c1591
commit 3161778a98

View File

@ -148,7 +148,7 @@ public class DefaultRunContextManager implements RunContextManager {
} }
pipelineRunContext.changeContextStateAndChild(stateEnum); pipelineRunContext.changeContextStateAndChild(stateEnum);
} }
// 记录日志需要新事成功或失败不影响流水线执行 // 记录日志需要新事成功或失败不影响流水线执行
@Transactional(rollbackFor = Exception.class,propagation = Propagation.REQUIRES_NEW) @Transactional(rollbackFor = Exception.class,propagation = Propagation.REQUIRES_NEW)
public void toHistory(String pipelineId){ public void toHistory(String pipelineId){
log.info("========================开始入库"); log.info("========================开始入库");