Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 02ac9b99
authored
Jun 15, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改成支持POST;同时保留原先的GET方式
1 parent
4ef192b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/controller/WorkbenchController.java
project-order/src/main/java/com/alibaba/cloud/integration/order/controller/WorkbenchController.java
View file @
02ac9b9
...
@@ -29,7 +29,7 @@ public class WorkbenchController {
...
@@ -29,7 +29,7 @@ public class WorkbenchController {
return
res
;
return
res
;
}
}
@
GetMapping
(
"/engineer/schedule/gantt"
)
@
RequestMapping
(
value
=
"/engineer/schedule/gantt"
,
method
=
{
RequestMethod
.
GET
,
RequestMethod
.
POST
}
)
public
Result
<?>
getEngineersGanttList
(
@Validated
EngineersGanttReqDTO
reqDTO
)
{
public
Result
<?>
getEngineersGanttList
(
@Validated
EngineersGanttReqDTO
reqDTO
)
{
// todo 待移到 controller的engineer中
// todo 待移到 controller的engineer中
log
.
info
(
"getEngineersGanttList: {}"
,
reqDTO
);
log
.
info
(
"getEngineersGanttList: {}"
,
reqDTO
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment