Commit f0aa095f by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 05839274 90923b5c
......@@ -31,6 +31,7 @@ public class WorkbenchController {
@GetMapping("/workbench/engineer/schedule/gantt")
public Result<?> getEngineersGanttList(WorkbenchEngineersGanttReqDTO reqDTO) {
log.debug("getEngineersGanttList: {}", reqDTO);
Result<?> res = null;
try {
res = workbenchService.getEngineersGanttList(reqDTO);
......
......@@ -11,8 +11,5 @@ public class WorkbenchEngineersGanttReqDTO {
private Integer page;
private Integer size;
private String date;
/**
* 技术员ID列表,即使只有一个,也必须["en001"]这样的格式
*/
private List<String> engineerCodes;
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!