3
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user