From 5f123fdac7e5e24565d5006d4b5c56570954592c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 8 May 2024 18:21:16 +0800 Subject: [PATCH] 4 --- app/Services/DoctorInquiryService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index eb885e9..bd7e679 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -897,6 +897,7 @@ class DoctorInquiryService extends BaseService $params['follow_package_id'] = $doctor_config_follow_package['follow_package_id']; $doctor_config_follow_package_item = DoctorConfigFollowPackageItem::getList($params); if (!empty($doctor_config_follow_package_item)) { + $doctor_config_follow_package_item['monthly_frequency'] = $doctor_config_follow_package['monthly_frequency']; $result = $doctor_config_follow_package_item->toArray(); } }