修改医生头像
This commit is contained in:
parent
18a964b327
commit
97a8cc6a59
@ -571,6 +571,14 @@ class DoctorAuthService extends BaseService
|
|||||||
|
|
||||||
// 修改医生头像
|
// 修改医生头像
|
||||||
if (!empty($doctor_data['avatar'])){
|
if (!empty($doctor_data['avatar'])){
|
||||||
|
// 修改user表头像
|
||||||
|
$params = array();
|
||||||
|
$params['doctor_id'] = $user_info['client_user_id'];
|
||||||
|
|
||||||
|
$data = array();
|
||||||
|
$data['avatar'] = $doctor_data['avatar'];
|
||||||
|
User::editUser($params,$data);
|
||||||
|
|
||||||
// 修改im头像
|
// 修改im头像
|
||||||
$profile = new Profile();
|
$profile = new Profile();
|
||||||
$arg = array();
|
$arg = array();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user