正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -1164,7 +1164,7 @@ class Car extends Base | @@ -1164,7 +1164,7 @@ class Car extends Base | ||
| 1164 | $number = $this->request->param("number");//乘车人数 | 1164 | $number = $this->request->param("number");//乘车人数 |
| 1165 | $carmodel_id = $this->request->param("carmodel_id");//乘车人数 | 1165 | $carmodel_id = $this->request->param("carmodel_id");//乘车人数 |
| 1166 | $reservation_time = $this->request->param("reservation_time");//预约时间 | 1166 | $reservation_time = $this->request->param("reservation_time");//预约时间 |
| 1167 | - $reservation_time = strtotime($reservation_time); | 1167 | + //$reservation_time = strtotime($reservation_time); |
| 1168 | $phone = $this->request->param("phone");//联系电话 | 1168 | $phone = $this->request->param("phone");//联系电话 |
| 1169 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 | 1169 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 |
| 1170 | $remarks = $this->request->param("remarks");//备注 | 1170 | $remarks = $this->request->param("remarks");//备注 |
| @@ -1286,7 +1286,7 @@ class Car extends Base | @@ -1286,7 +1286,7 @@ class Car extends Base | ||
| 1286 | $number = $this->request->param("number");//乘车人数 | 1286 | $number = $this->request->param("number");//乘车人数 |
| 1287 | $carmodel_id = $this->request->param("carmodel_id");//乘车人数 | 1287 | $carmodel_id = $this->request->param("carmodel_id");//乘车人数 |
| 1288 | $reservation_time = $this->request->param("reservation_time");//预约时间 | 1288 | $reservation_time = $this->request->param("reservation_time");//预约时间 |
| 1289 | - $reservation_time = strtotime($reservation_time); | 1289 | + //$reservation_time = strtotime($reservation_time); |
| 1290 | $phone = $this->request->param("phone");//联系电话 | 1290 | $phone = $this->request->param("phone");//联系电话 |
| 1291 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 | 1291 | $intended_driver_id = $this->request->param("intended_driver_id");//意向司机 |
| 1292 | $remarks = $this->request->param("remarks");//备注 | 1292 | $remarks = $this->request->param("remarks");//备注 |
-
请 注册 或 登录 后发表评论