4
This commit is contained in:
parent
1882a0f3da
commit
5f123fdac7
@ -897,6 +897,7 @@ class DoctorInquiryService extends BaseService
|
|||||||
$params['follow_package_id'] = $doctor_config_follow_package['follow_package_id'];
|
$params['follow_package_id'] = $doctor_config_follow_package['follow_package_id'];
|
||||||
$doctor_config_follow_package_item = DoctorConfigFollowPackageItem::getList($params);
|
$doctor_config_follow_package_item = DoctorConfigFollowPackageItem::getList($params);
|
||||||
if (!empty($doctor_config_follow_package_item)) {
|
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();
|
$result = $doctor_config_follow_package_item->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user