注释修改
This commit is contained in:
parent
93113c1591
commit
3161778a98
@ -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("========================开始入库");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user