新增用药天数
This commit is contained in:
@@ -70,6 +70,7 @@ class OrderPrescriptionService extends BaseService
|
||||
$data['single_use'] = $order_prescription_product['single_use'] ?? "";
|
||||
$data['packaging_unit'] = $order_prescription_product['packaging_unit'] ?? "";
|
||||
$data['frequency_use'] = $order_prescription_product['frequency_use'] ?? "";
|
||||
$data['available_days'] = $order_prescription_product['available_days'] ?? 0;
|
||||
|
||||
$result[] = $data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user