去除处方药品主键id
This commit is contained in:
parent
6c9dbff813
commit
894354aaa3
@ -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'] ?? "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user