|
@@ -455,6 +455,7 @@ public class ActivitiServiceImpl implements ActivitiService {
|
|
} else {
|
|
} else {
|
|
UpdateWrapper<TFFlow> tfFlowUpdateWrapper = new UpdateWrapper<>();
|
|
UpdateWrapper<TFFlow> tfFlowUpdateWrapper = new UpdateWrapper<>();
|
|
tfFlowUpdateWrapper.lambda().eq(TFFlow::getFlowKey, SystemConstant.GDYKDX_FLOW_KEY)
|
|
tfFlowUpdateWrapper.lambda().eq(TFFlow::getFlowKey, SystemConstant.GDYKDX_FLOW_KEY)
|
|
|
|
+ .eq(TFFlow::getActFlowId, tfFlow.getActFlowId())
|
|
.set(TFFlow::getEnable, false);
|
|
.set(TFFlow::getEnable, false);
|
|
tfFlowService.update(tfFlowUpdateWrapper);
|
|
tfFlowService.update(tfFlowUpdateWrapper);
|
|
}
|
|
}
|