|
|
@@ -63,10 +63,9 @@ public class TodoCenterController { |
|
|
|
* @param instanceId 流程实例ID |
|
|
|
* @return 流程进度及表单详情 |
|
|
|
*/ |
|
|
|
@GetMapping("/progress/{instanceId}/{projectId}") |
|
|
|
public ProcessProgressDetailVo getProcessDetail(@PathVariable String instanceId, |
|
|
|
@PathVariable Long projectId) { |
|
|
|
return todoCenterManage.getProcessDetail(instanceId, projectId); |
|
|
|
@GetMapping("/progress/{instanceId}") |
|
|
|
public ProcessProgressDetailVo getProcessDetail(@PathVariable String instanceId) { |
|
|
|
return todoCenterManage.getProcessDetail(instanceId); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|