Commit 6c4f1a48 by 丁伟峰

修改http

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