lqmac 3 months ago
commit 9187faea3a
  1. 3
      app/store/model/Goods.php

@ -311,7 +311,8 @@ class Goods extends GoodsModel
public function getGoodsGroundingTotal(array $where = []): int public function getGoodsGroundingTotal(array $where = []): int
{ {
$detail = StoreModel::where('status',1)->find(); $detail = StoreModel::where('status',1)->find();
$list = $this->where($where)->where('is_delete', '=', 0)->whereIn('channel',$detail['open_channel'])->where('status','=',10)->count(); $list = $this->where($where)->where('is_delete', '=', 0)//->whereIn('channel',$detail['open_channel'])
->where('status','=',10)->count();
return $list; return $list;
} }

Loading…
Cancel
Save