From 18a964b327de35c8ab247c37285b46c7c93ac39c Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sat, 13 May 2023 13:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ca=E7=AD=BE=E5=90=8D=20?= =?UTF-8?q?=E5=8C=BB=E7=94=9Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 46d3929..17f7471 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -82,7 +82,7 @@ class CaService extends BaseService } $user_sign_image_path = $user_doctor_info['sign_image']; - $this->user_entity_id = "491925054435950592"; + $this->user_entity_id = $user_doctor_info['user_id']; $this->card_num = $user_doctor_info['card_num']; } else { $user_pharmacist_info = UserPharmacistInfo::getOne($params);