正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -106,7 +106,7 @@ class Car extends Base | @@ -106,7 +106,7 @@ class Car extends Base | ||
106 | $lat = $this->request->param("lat");//经度 | 106 | $lat = $this->request->param("lat");//经度 |
107 | $lng = $this->request->param("lng");//维度 | 107 | $lng = $this->request->param("lng");//维度 |
108 | $reservation_time = $this->request->param("reservation_time");//预约时间 | 108 | $reservation_time = $this->request->param("reservation_time");//预约时间 |
109 | - $reservation_time = strtotime($reservation_time); | 109 | + $departure_time = strtotime($reservation_time); |
110 | $remarks = $this->request->param("remarks");//备注 | 110 | $remarks = $this->request->param("remarks");//备注 |
111 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 | 111 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 |
112 | $route_id = $this->request->param("route_id");//线路 | 112 | $route_id = $this->request->param("route_id");//线路 |
-
请 注册 或 登录 后发表评论