修改历史问诊医生列表

This commit is contained in:
2023-03-20 09:52:00 +08:00
parent 516a2ace66
commit 4d7776e1b1
4 changed files with 88 additions and 90 deletions
+2 -2
View File
@@ -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);
}
// 处理数据