Sfoglia il codice sorgente

订单列表-修改-列表

sunxbiao 1 anno fa
parent
commit
579ee0d15b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 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 105
         return app('json')->success($this->repository->adminOrderNumber(-1, $where));
106 106
     }
107 107