修改订单数量统计的错误
This commit is contained in:
parent
51194e5ed2
commit
1ba676c6cd
@ -77,7 +77,6 @@ class StoreOrder extends BaseController
|
||||
$where['search'] = $this->request->param('store_name');
|
||||
$where['mer_id'] = $merId;
|
||||
$where['is_del'] = 0;
|
||||
if($where['status'] == 2) $where['order_type'] = 0;
|
||||
return app('json')->success($repository->merchantGetList($where, $page, $limit));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user