Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -134,6 +134,9 @@ public class SpecLockDelayApplicationServiceImpl extends BaseMpServiceImpl<SpecL | @@ -134,6 +134,9 @@ public class SpecLockDelayApplicationServiceImpl extends BaseMpServiceImpl<SpecL | ||
| 134 | 134 | ||
| 135 | OpLogUtil.setVariable("id", data.getId()); | 135 | OpLogUtil.setVariable("id", data.getId()); |
| 136 | OpLogUtil.setExtra(vo); | 136 | OpLogUtil.setExtra(vo); |
| 137 | + | ||
| 138 | + // 编辑完成再次开启审核 | ||
| 139 | + flowInstanceWrapperService.startInstance(SPEC_LOCK_DELAY_FLAY, data.getId(), SPEC_LOCK_DELAY_FLAY, data); | ||
| 137 | } | 140 | } |
| 138 | 141 | ||
| 139 | @Override | 142 | @Override |