修改历史问诊医生列表
This commit is contained in:
@@ -447,12 +447,12 @@ class PatientDoctorService extends BaseService
|
||||
$params = array();
|
||||
$params['patient_id'] = $user_info['client_user_id'];
|
||||
$params['history_status'] = 1;
|
||||
$result = PatientHistoryInquiryModel::getPage($params,$page,$per_page);
|
||||
$result = PatientHistoryInquiryModel::getPage($params,['*'],$page,$per_page);
|
||||
}else{
|
||||
// 关注
|
||||
$params = array();
|
||||
$params['patient_id'] = $user_info['client_user_id'];
|
||||
$result = PatientFollow::getPage($params,$page,$per_page);
|
||||
$result = PatientFollow::getPage($params,['*'],$page,$per_page);
|
||||
}
|
||||
|
||||
// 处理数据
|
||||
|
||||
Reference in New Issue
Block a user