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);