Commit 7a8fc959 by 丁伟峰

从workbench迁移到其他

1 parent df2de489
......@@ -29,8 +29,9 @@ public class WorkbenchController {
return res;
}
@GetMapping("/workbench/engineer/schedule/gantt")
@GetMapping("/engineer/schedule/gantt")
public Result<?> getEngineersGanttList(@Validated WorkbenchEngineersGanttReqDTO reqDTO) {
// todo 待移到 controller的engineer中
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!