曾超新 5 years ago
parent 0384880f4a
commit 2ca6b54ad4
  1. 2
      frontend/controllers/AppointmentController.php

@ -301,7 +301,7 @@ class AppointmentController extends BaseController
$query = AppointmentT::find()
->leftJoin('car_t','`car_t`.`id`=`appointment_t`.`car_id`')
->where('appointment_t.is_first=1 and car_t.location=2');
->where('appointment_t.is_first=1 and (car_t.location=2 or cat_t.location=4)');
if($username == '') {
$user_ids = $this->getChildrenUserIDs();

Loading…
Cancel
Save