Browse Source

订单列表-修改-列表

sunxbiao 1 year ago
parent
commit
b71df1b88d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/admin/order/Order.php

+ 1 - 1
app/controller/admin/order/Order.php

@@ -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','status','username','order_sn','order_ids','paid']);
104
+        $where = $this->request->params(['type', 'date', 'mer_id','keywords','username','order_sn','order_ids','paid']);
105
         return app('json')->success($this->repository->adminOrderNumber(-1, $where));
105
         return app('json')->success($this->repository->adminOrderNumber(-1, $where));
106
     }
106
     }
107
 
107