Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
576fe28098
@ -886,6 +886,7 @@ class PayNotifyLogic extends BaseLogic
|
|||||||
foreach ($productLog as &$value) {
|
foreach ($productLog as &$value) {
|
||||||
$value['pay_uid'] = $uid;
|
$value['pay_uid'] = $uid;
|
||||||
$value['oid'] = $order['id'];
|
$value['oid'] = $order['id'];
|
||||||
|
$value['store_id'] = $store_id;
|
||||||
$cart_info = StoreOrderCartInfo::where([
|
$cart_info = StoreOrderCartInfo::where([
|
||||||
'uid' => $uid, 'old_cart_id' => $value['cart_id'], 'store_id' => $store_id
|
'uid' => $uid, 'old_cart_id' => $value['cart_id'], 'store_id' => $store_id
|
||||||
])->find();
|
])->find();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user