|
@@ -368,6 +368,9 @@ public class FlowProcessServiceImpl implements FlowProcessService {
|
|
}
|
|
}
|
|
|
|
|
|
flowExample.setVersion(dto.getVersion());
|
|
flowExample.setVersion(dto.getVersion());
|
|
|
|
+
|
|
|
|
+ // 不修改发起数据
|
|
|
|
+ flowExample.setStartData(null);
|
|
boolean updateFlag = flowExampleService.updateById(flowExample);
|
|
boolean updateFlag = flowExampleService.updateById(flowExample);
|
|
if (!updateFlag) {
|
|
if (!updateFlag) {
|
|
throw new ServiceException("流程已被处理");
|
|
throw new ServiceException("流程已被处理");
|