|
@@ -286,22 +286,6 @@ public class SampleUpdateFlow extends FlowDelegate {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 重新发起
|
|
|
|
- *
|
|
|
|
- * @param flowId 流程id
|
|
|
|
- * @param businessId 业务id
|
|
|
|
- * @param flowStatus 流程状态枚举
|
|
|
|
- * @param submitData 发起参数
|
|
|
|
- */
|
|
|
|
- @Override
|
|
|
|
- public void relaunch(Long flowId, Long businessId, FlowStatusEnum flowStatus, JSONObject submitData) {
|
|
|
|
- super.relaunch(flowId, businessId, flowStatus, submitData);
|
|
|
|
-
|
|
|
|
- SampleDto sample = submitData.toJavaObject(SampleDto.class);
|
|
|
|
- update(sample);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
* 驳回
|
|
* 驳回
|
|
*
|
|
*
|
|
* @param flowId 流程id
|
|
* @param flowId 流程id
|