|
|
|
@@ -183,19 +183,6 @@ public class WxFlowAbleController extends BaseController { |
|
|
|
return wxFlowService.setBack(params,user.getId(),user.getName()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 生成流程图 |
|
|
|
* |
|
|
|
*/ |
|
|
|
@GetMapping(value = "processDiagram") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "businessId", value = "业务id", dataType = "String", paramType = "query", required = true) |
|
|
|
}) |
|
|
|
@SystemControllerLog(description = "工作流-生成流程图") |
|
|
|
public void genProcessDiagram(HttpServletResponse httpServletResponse, String businessId) throws Exception { |
|
|
|
wxFlowService.genProcessDiagram(httpServletResponse,businessId); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 创建模板 |
|
|
|
|