diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 954227c0a..dc63ef3d7 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -886,6 +886,7 @@ class PayNotifyLogic extends BaseLogic foreach ($productLog as &$value) { $value['pay_uid'] = $uid; $value['oid'] = $order['id']; + $value['store_id'] = $store_id; $cart_info = StoreOrderCartInfo::where([ 'uid' => $uid, 'old_cart_id' => $value['cart_id'], 'store_id' => $store_id ])->find();