1
This commit is contained in:
parent
150411b0da
commit
ceafb98380
@ -428,6 +428,8 @@ class DoctorAuthService extends BaseService
|
||||
$doctor_data['be_good_at'] = $request_params['be_good_at'];
|
||||
}
|
||||
|
||||
// 身份认证
|
||||
if ($request_params['source'] == 1){
|
||||
// 获取医生详情数据
|
||||
$params = array();
|
||||
$params['doctor_id'] = $user_info['client_user_id'];
|
||||
@ -457,6 +459,8 @@ class DoctorAuthService extends BaseService
|
||||
$work_cert = PcreMatch::pregRemoveOssWebsite($work_cert);
|
||||
$doctor_info_data['work_cert'] = $work_cert;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//已选择专长列表
|
||||
$expertise_ids = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user