1
This commit is contained in:
@@ -29,7 +29,7 @@ class PatientDoctorService extends BaseService
|
||||
$province_id = $this->request->input('province_id');
|
||||
$city_id = $this->request->input('city_id');
|
||||
$sort_order = $this->request->input('sort_order');
|
||||
$keyword = $this->request->input('keyword');
|
||||
$keyword = $this->request->input('keyword',"");
|
||||
|
||||
// 组合条件
|
||||
$hospital_params = array();// 医院搜索
|
||||
|
||||
Reference in New Issue
Block a user