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