Commit 081ccd8a by 丁伟峰

总是400报错,移除注解试试

1 parent 67592a7f
......@@ -30,7 +30,7 @@ public class WorkbenchController {
}
@GetMapping("/workbench/engineer/schedule/gantt")
public Result<?> getEngineersGanttList(@Validated @RequestBody WorkbenchEngineersGanttReqDTO reqDTO) {
public Result<?> getEngineersGanttList(WorkbenchEngineersGanttReqDTO reqDTO) {
Result<?> res = null;
try {
res = workbenchService.getEngineersGanttList(reqDTO);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!