修改采购订单列表查询
This commit is contained in:
parent
cc2ae7d4a2
commit
1e4be9da6f
@ -166,7 +166,8 @@ class StoreOrder extends BaseController
|
|||||||
*/
|
*/
|
||||||
public function number()
|
public function number()
|
||||||
{
|
{
|
||||||
return app('json')->success(['orderPrice' => $this->request->userInfo()->pay_price] + $this->repository->userOrderNumber($this->request->uid()));
|
$productType = $this->request->param('product_type', 0);
|
||||||
|
return app('json')->success(['orderPrice' => $this->request->userInfo()->pay_price] + $this->repository->userOrderNumber($this->request->uid(), $productType));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user