|
|
@@ -101,7 +101,7 @@ class CartService extends BaseService
|
|
|
unset($where['a.status']);
|
|
|
}
|
|
|
|
|
|
- $model = $this->model->with(['store','cartGoods'])
|
|
|
+ $model = $this->model->with(['store','cartGoods','sku'])
|
|
|
->from('carts as a')
|
|
|
->leftJoin('goods as b', 'b.id', '=', 'a.goods_id')
|
|
|
->where($where)
|