This commit is contained in:
wucongxing8150 2024-04-26 13:30:09 +08:00
parent bfad01fda9
commit 7bfe86cb94

View File

@ -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();
}
}