Commit 4b4c8a65 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 3b14ff50 7a8fc959
...@@ -29,8 +29,9 @@ public class WorkbenchController { ...@@ -29,8 +29,9 @@ public class WorkbenchController {
return res; return res;
} }
@GetMapping("/workbench/engineer/schedule/gantt") @GetMapping("/engineer/schedule/gantt")
public Result<?> getEngineersGanttList(@Validated WorkbenchEngineersGanttReqDTO reqDTO) { public Result<?> getEngineersGanttList(@Validated WorkbenchEngineersGanttReqDTO reqDTO) {
// todo 待移到 controller的engineer中
log.info("getEngineersGanttList: {}", reqDTO); log.info("getEngineersGanttList: {}", reqDTO);
Result<?> res = null; Result<?> res = null;
try { try {
......
...@@ -80,7 +80,7 @@ public class OrderAppointmentEntity { ...@@ -80,7 +80,7 @@ public class OrderAppointmentEntity {
/** /**
* pre-预排班/confirm-已确认 * pre-预排班/confirm-已确认
*/ */
private String preState; private String preStatus;
/** /**
* bean预约单状态(pre-预指派/虚拟指派 contact-已联系 depart-已出发 start-已开始 finish-已完成 undone-已上门未完成 reschedule-已改约) * bean预约单状态(pre-预指派/虚拟指派 contact-已联系 depart-已出发 start-已开始 finish-已完成 undone-已上门未完成 reschedule-已改约)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!