作者 郭文星

123

... ... @@ -1096,8 +1096,8 @@ class Car extends Base
->field("a.*,b.start_address,b.end_address")
->where("driver_id",$driver["id"])
->where("is_qrcode",1)
->where("create_time",">",$start_time)
->where("create_time","<",$end_time)
->where("a.create_time",">",$start_time)
->where("a.create_time","<",$end_time)
->count();
$data=["data"=>$res,"amount"=>$amount];
return $this->success("请求成功",$data);
... ...