@@ -115,7 +115,7 @@ class Product extends Api
->where($map)
->order($order)
->paginate($this->pageSize);
-
+ //统计
$list = $this->getProductOrderList($list, $this->auth->id, false, $orderLogic);
$this->success('', $list);
}