购物车

This commit is contained in:
liu 2024-06-04 17:43:15 +08:00
parent 0f102e2dfc
commit e1bddc0e32

View File

@ -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){