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