作者 郭文星

123

... ... @@ -733,6 +733,7 @@ class Car extends Base
->where("create_time", ">", $statr_time)
->where("create_time", "<", $end_time)
->where('type', 1)
->where('is_pay', 1)
->where('car_id', $car_id)
->field("seat_no")
->select();
... ...