Commit 224e4722 by 丁伟峰

必填字段补充

1 parent 964eaaed
......@@ -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!