Commit f9fa0844 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 196aaa9f 081ccd8a
......@@ -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!