Merge branch 'main' of https://gitea.lihaink.cn/mkm/multi-store
This commit is contained in:
commit
0bb1f36e87
@ -51,6 +51,8 @@ class StoreOrderLogic extends BaseLogic
|
||||
$cart_select[$k]['old_cart_id'] = $v['id'];
|
||||
$cart_select[$k]['cart_num'] = $v['cart_num'];
|
||||
$cart_select[$k]['verify_code'] = $params['verify_code'] ?? '';
|
||||
$cart_select[$k]['store_id'] =Request()->adminInfo['store_id'] ?? '';
|
||||
$cart_select[$k]['staff_id'] = Request()->adminInfo['id'] ?? '';
|
||||
$cartInfo = $cart_select[$k];
|
||||
$cartInfo['name'] = $find['store_name'];
|
||||
$cartInfo['image'] = $find['image'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user