This commit is contained in:
wucongxing8150 2024-05-08 18:21:16 +08:00
parent 1882a0f3da
commit 5f123fdac7

View File

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