新增处方打印

This commit is contained in:
2023-03-30 15:52:26 +08:00
parent bb76ae5cc9
commit 89c9eadb1b
7 changed files with 151 additions and 52 deletions
+1
View File
@@ -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;