Commit a2ea3eaf by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 6765bdb0 224e4722
......@@ -115,8 +115,9 @@ public class OrderCreateServiceImpl implements OrderCreateService {
entity.setX(l[0]);
entity.setY(l[1]);
// todo 服务单状态、预约状态等
entity.setStatus("");
entity.setAppointmentStatus("");
entity.setStatus("OPEN");
entity.setAppointmentStatus("NOT_ASSIGNED");
entity.setAppointmentMethod("IMMEDIATE");
orderRequestDao.save(entity);
return Result.success(null);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!