From 9d39922b00240c9c3e40caf2115a7173848c489a Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 18 Mar 2024 14:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/IndexService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/IndexService.php b/app/Services/IndexService.php index ff1abe9..0af084a 100644 --- a/app/Services/IndexService.php +++ b/app/Services/IndexService.php @@ -225,6 +225,7 @@ class IndexService extends BaseService $info['not_accepted_inquiry_num'] = $not_accepted_inquiry_num ?? 0;// 获取未接诊患者个数 $info['accepting_inquiry_num'] = $accepting_inquiry_num ?? 0;// 获取接诊中患者个数 $info['reject_prescription_number'] = $reject_prescription_number ?? 0;// 获取被驳回处方数据 + $info['introduction_status'] = $doctor['introduction_status'];// 个人简介审核状态(0:未审核 1:审核通过 2:审核中 3:审核失败) $data = array(); $data['banner'] = $banner ?? [];// banner