This commit is contained in:
even 2025-05-19 17:12:17 +08:00
parent aecf12f558
commit 1ac1efed22

View File

@ -460,7 +460,7 @@ public class PipelineServiceImpl extends ServiceImpl<PipelineDao, PipPipeline> i
PipStage childStage = new PipStage();
childStage.setPipelineId(pipelineId);
childStage.setParentId(o.getId());
List<PipStage> pipStageChildList = stageService.getPipStageList(pipStage);
List<PipStage> pipStageChildList = stageService.getPipStageList(childStage);
//对查询结束的stage进行复制
o.setId(null);