去除处方药品主键id
This commit is contained in:
@@ -61,7 +61,6 @@ class OrderPrescriptionService extends BaseService
|
||||
|
||||
foreach ($order_prescription_products as $order_prescription_product) {
|
||||
$data = array();
|
||||
$data['prescription_product_id'] = $order_prescription_product['prescription_product_id'];
|
||||
$data['product_id'] = $order_prescription_product['product_id'];
|
||||
$data['prescription_product_num'] = $order_prescription_product['prescription_product_num'];
|
||||
$data['product_name'] = $order_prescription_product['product_name'] ?? "";
|
||||
|
||||
Reference in New Issue
Block a user