|
@@ -101,7 +101,7 @@ class Order extends BaseController
|
|
101
|
*/
|
101
|
*/
|
|
102
|
public function chart()
|
102
|
public function chart()
|
|
103
|
{
|
103
|
{
|
|
104
|
- $where = $this->request->params(['type', 'date', 'mer_id','keywords','username','order_sn','order_ids','paid']);
|
|
|
|
|
|
104
|
+ $where = $this->request->params(['type', 'date', 'mer_id','keywords','username','order_sn','order_ids']);
|
|
105
|
return app('json')->success($this->repository->adminOrderNumber(-1, $where));
|
105
|
return app('json')->success($this->repository->adminOrderNumber(-1, $where));
|
|
106
|
}
|
106
|
}
|
|
107
|
|
107
|
|