This commit is contained in:
mkm 2024-07-02 17:39:59 +08:00
commit 576fe28098

View File

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