Commit 90923b5c by 丁伟峰

增加了日志

1 parent 9331cfcb
......@@ -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!