From d0a583a9bdba157d06a547aa264c107c83f68c70 Mon Sep 17 00:00:00 2001
From: lewis <604446095@qq.com>
Date: Tue, 21 Jan 2025 16:46:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E8=90=A5=E9=97=A8?=
 =?UTF-8?q?=E5=BA=97=E4=BB=B7=E6=A0=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/api/logic/order/OrderLogic.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/api/logic/order/OrderLogic.php b/app/api/logic/order/OrderLogic.php
index faad2b29b..8735ba11e 100644
--- a/app/api/logic/order/OrderLogic.php
+++ b/app/api/logic/order/OrderLogic.php
@@ -106,7 +106,7 @@ class OrderLogic extends BaseLogic
                 } else {
                     $find = StoreProduct::where(['id' => $v['product_id']])->field($field)->find();
                     if (!empty($user['user_ship'])) {
-                        $find = StoreProductGroupPrice::resetProductPrice($find, $user['user_ship']);
+                        $find = StoreProductGroupPrice::resetStoreProductPrice($find, $user['user_ship'], $params['store_id']);
                     }
                     if($find && $find['is_show']==0){
                         throw new BusinessException('订单存在下架商品请更换后下单');