Commit 11f6b627 authored by chenzai's avatar chenzai

commit 三级导出

parent cd0efb7a
...@@ -52,9 +52,9 @@ public class ToolLibraryResource { ...@@ -52,9 +52,9 @@ public class ToolLibraryResource {
* {id}表示前端传递的设计器类型 * {id}表示前端传递的设计器类型
*/ */
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false) @TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
@GetMapping(value = "/export/{id}") @GetMapping(value = "/export/designer")
@ApiOperation(httpMethod = "GET", value = "导出", notes = "导出") @ApiOperation(httpMethod = "GET", value = "导出", notes = "导出")
public void exportDesignerSQL(@PathVariable String id, HttpServletResponse httpServletResponse){ public void exportDesignerSQL(@RequestParam("id") String id, HttpServletResponse httpServletResponse){
toolLibraryService.exportDesignerSQL(id,httpServletResponse); toolLibraryService.exportDesignerSQL(id,httpServletResponse);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment