Commit 6c4f1a48 by 丁伟峰

修改http

1 parent f379e4d6
...@@ -18,7 +18,7 @@ public class WorkbenchController { ...@@ -18,7 +18,7 @@ public class WorkbenchController {
@Autowired @Autowired
WorkbenchService workbenchService; WorkbenchService workbenchService;
@PostMapping("/workbench/serviceOrder/change/list") @GetMapping("/workbench/serviceOrder/change/list")
public Result<?> orderChangeList(@Validated @RequestBody WorkbenchOrderChangeListReqDTO reqDTO) { public Result<?> orderChangeList(@Validated @RequestBody WorkbenchOrderChangeListReqDTO reqDTO) {
Result<?> res = null; Result<?> res = null;
try { try {
...@@ -30,7 +30,7 @@ public class WorkbenchController { ...@@ -30,7 +30,7 @@ public class WorkbenchController {
} }
@GetMapping("/workbench/engineer/schedule/gantt") @GetMapping("/workbench/engineer/schedule/gantt")
public Result<?> getEngineersGanttList(WorkbenchEngineersGanttReqDTO reqDTO) { public Result<?> getEngineersGanttList(@Validated @RequestBody WorkbenchEngineersGanttReqDTO reqDTO) {
log.info("getEngineersGanttList: {}", reqDTO); log.info("getEngineersGanttList: {}", reqDTO);
Result<?> res = null; Result<?> res = null;
try { try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!