|
|
|
@@ -81,10 +81,10 @@ public class WxFlowAbleController extends BaseController { |
|
|
|
*/ |
|
|
|
@GetMapping(value = "processDiagram") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "processInstanceId", value = "流程id", dataType = "String", paramType = "query", required = true) |
|
|
|
@ApiImplicitParam(name = "businessId", value = "业务id", dataType = "String", paramType = "query", required = true) |
|
|
|
}) |
|
|
|
public void genProcessDiagram(HttpServletResponse httpServletResponse, String processInstanceId) throws Exception { |
|
|
|
wxFlowService.genProcessDiagram(httpServletResponse,processInstanceId); |
|
|
|
public void genProcessDiagram(HttpServletResponse httpServletResponse, String businessId) throws Exception { |
|
|
|
wxFlowService.genProcessDiagram(httpServletResponse,businessId); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|