购物车
This commit is contained in:
parent
0f102e2dfc
commit
e1bddc0e32
@ -59,7 +59,7 @@ class CartList extends BaseAdminDataLists implements ListsSearchInterface, Lists
|
||||
->toArray();
|
||||
|
||||
foreach ($list as $key => &$item) {
|
||||
$find = StoreBranchProduct::where(['store_id'=>$item['store_id'],'product_id'=>$item['product_id']])
|
||||
$find = StoreBranchProduct::where(['id'=>$item['product_id']])
|
||||
->field('product_id,image,price,store_name,unit')
|
||||
->find();
|
||||
if($find){
|
||||
|
Loading…
x
Reference in New Issue
Block a user