Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tool
amos-tool
Commits
11f6b627
Commit
11f6b627
authored
Dec 08, 2023
by
chenzai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit 三级导出
parent
cd0efb7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ToolLibraryResource.java
...yeejoin/amos/api/tool/controller/ToolLibraryResource.java
+2
-2
No files found.
src/main/java/com/yeejoin/amos/api/tool/controller/ToolLibraryResource.java
View file @
11f6b627
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment