bug fix
This commit is contained in:
parent
aecf12f558
commit
1ac1efed22
@ -460,7 +460,7 @@ public class PipelineServiceImpl extends ServiceImpl<PipelineDao, PipPipeline> i
|
|||||||
PipStage childStage = new PipStage();
|
PipStage childStage = new PipStage();
|
||||||
childStage.setPipelineId(pipelineId);
|
childStage.setPipelineId(pipelineId);
|
||||||
childStage.setParentId(o.getId());
|
childStage.setParentId(o.getId());
|
||||||
List<PipStage> pipStageChildList = stageService.getPipStageList(pipStage);
|
List<PipStage> pipStageChildList = stageService.getPipStageList(childStage);
|
||||||
|
|
||||||
//对查询结束的stage进行复制
|
//对查询结束的stage进行复制
|
||||||
o.setId(null);
|
o.setId(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user