Commit 6b72c9ea by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 1001fc23 02ac9b99
......@@ -29,7 +29,7 @@ public class WorkbenchController {
return res;
}
@GetMapping("/engineer/schedule/gantt")
@RequestMapping(value = "/engineer/schedule/gantt", method = {RequestMethod.GET, RequestMethod.POST})
public Result<?> getEngineersGanttList(@Validated EngineersGanttReqDTO reqDTO) {
// todo 待移到 controller的engineer中
log.info("getEngineersGanttList: {}", reqDTO);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!