作者 郭文星

123

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