...
|
...
|
@@ -541,6 +541,7 @@ class Car extends Base |
|
|
*/
|
|
|
public function selectbydriver()
|
|
|
{
|
|
|
print_r(1231321);return;
|
|
|
//$order_status=$this->request->param("order_status"); //接送状态:1=未开始,2=接送中,3=进行中,4=已完成
|
|
|
$page = $this->request->param("page");
|
|
|
$total = $this->request->param("total");
|
...
|
...
|
|