3
This commit is contained in:
parent
bfad01fda9
commit
7bfe86cb94
@ -3190,7 +3190,7 @@ class PatientOrderService extends BaseService
|
||||
$params['order_product_id'] = $order_service_package_product['order_product_id'];
|
||||
$order_product = OrderProduct::getOne($params);
|
||||
if (!empty($order_product)){
|
||||
$result['order_product'] = $order_product->toArray();
|
||||
$result['order_product'][] = $order_product->toArray();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user