0529 ljc
This commit is contained in:
parent
7b09fcdb01
commit
9d6dfdbe16
@ -139,9 +139,9 @@ public class PipelineServiceImpl extends ServiceImpl<PipelineDao, PipPipeline> i
|
||||
pipStage.setCreateTime(LocalDateTime.now());
|
||||
pipStage.setCreator(String.valueOf(WebFrameworkUtils.getLoginUserId()));
|
||||
if (o.isCode()){
|
||||
pipStage.setCode(false);
|
||||
}else {
|
||||
pipStage.setCode(true);
|
||||
}else {
|
||||
pipStage.setCode(false);
|
||||
}
|
||||
pipStageList.add(pipStage);
|
||||
|
||||
@ -158,9 +158,9 @@ public class PipelineServiceImpl extends ServiceImpl<PipelineDao, PipPipeline> i
|
||||
childStage.setCreateTime(LocalDateTime.now());
|
||||
childStage.setCreator(String.valueOf(WebFrameworkUtils.getLoginUserId()));
|
||||
if (j.isCode()){
|
||||
childStage.setCode(false);
|
||||
}else {
|
||||
childStage.setCode(true);
|
||||
}else {
|
||||
childStage.setCode(false);
|
||||
}
|
||||
|
||||
pipStageList.add(childStage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user