Commit 9c27e4c9 by huangjinxin

fix:指派工程师刷新状态

1 parent 34bac347
......@@ -299,6 +299,7 @@ public class DispatchServiceImpl implements DispatchService {
entity.setEngineerCode(engineer.getEngineerCode());
entity.setEngineerName(engineer.getName());
entity.setEngineerPhone(engineer.getPhone());
entity.setOrderStatus(OrderStatusEnum.NORMAL.name());
entity.setAppointmentStatus(OrderFlowEnum.CONFIRM.name());
entity.setAppointmentMethod(AppointmentMethodEnum.MANUAL.name());
entity.setOrgTeamId(byTeamId.getTeamId());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!