|
|
@@ -74,10 +74,10 @@ public class SopServiceImpl extends ServiceImpl<SopMapper, SopDO> implements Sop
|
|
|
sopPointsService.createSopPoints(vo.getSopPointsList());
|
|
|
}
|
|
|
// 新增流程步骤信息
|
|
|
- if (vo.getSopStepList() != null && !vo.getSopStepList().isEmpty()) {
|
|
|
+ /*if (vo.getSopStepList() != null && !vo.getSopStepList().isEmpty()) {
|
|
|
vo.getSopStepList().forEach(o -> o.setSopId(sop.getId()));
|
|
|
sopWorkflowStepService.createSopWorkflowStep(vo.getSopStepList());
|
|
|
- }
|
|
|
+ }*/
|
|
|
// 返回
|
|
|
return sop.getId();
|
|
|
}
|