Showing
1 changed file
with
3 additions
and
0 deletions
| ... | ... | @@ -134,6 +134,9 @@ public class SpecLockDelayApplicationServiceImpl extends BaseMpServiceImpl<SpecL |
| 134 | 134 | |
| 135 | 135 | OpLogUtil.setVariable("id", data.getId()); |
| 136 | 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 | 142 | @Override | ... | ... |