Compare commits

...

2 Commits

Author SHA1 Message Date
haomingming
e223725c49 Merge branch 'dev'
Some checks failed
Build Docker / build (push) Has been cancelled
2025-12-23 10:49:39 +08:00
haomingming
171c32881a 修改药师审核 id
Some checks failed
Build Docker / build (push) Has been cancelled
2025-12-23 10:48:20 +08:00

View File

@ -67,7 +67,12 @@ class CaService extends BaseService
if ($type == 1){ if ($type == 1){
// 医院 // 医院
$this->sign_image_path = "basic/file/hospital_signature.png"; $this->sign_image_path = "basic/file/hospital_signature.png";
$this->entity_id = "534534546"; $app_env = config('app_env','dev');
if ($app_env == 'prod'){
$this->entity_id = "1";
}else{
$this->entity_id = "534534546";
}
$this->card_num = "91510106MABTJY4K9R"; $this->card_num = "91510106MABTJY4K9R";
}elseif($type == 2){ }elseif($type == 2){
// 用户 // 用户