新增处方打印
This commit is contained in:
@@ -137,6 +137,7 @@ class DoctorAuthService extends BaseService
|
||||
if (empty($user_doctor_info)) {
|
||||
// 新增医生详情
|
||||
$data = array();
|
||||
$data['user_id'] = $user_info['user_id'];
|
||||
$data['doctor_id'] = $user_info['client_user_id'];
|
||||
$data['card_type'] = 1;
|
||||
$data['card_name'] = $card_name;
|
||||
|
||||
Reference in New Issue
Block a user