1
This commit is contained in:
@@ -371,7 +371,7 @@ class PatientDoctorService extends BaseService
|
||||
$doctor_id = $this->request->input('doctor_id','');
|
||||
|
||||
$result = array();
|
||||
$result['data'] = [];
|
||||
$result['data'] = "";
|
||||
$result['message'] = "可接诊";
|
||||
$result['status'] = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user