quguofeng 2 years ago
parent
commit
5112680c0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/admin/order/Order.php

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

@@ -38,6 +38,7 @@ class Order extends BaseController
         $where = $this->request->params(['date','order_sn','order_type','keywords','username','activity_type','group_order_sn','store_name']);
         $where['reconciliation_type'] = $this->request->param('status', 1);
         $where['mer_id'] = $id;
+        var_dump($where);exit();
         return app('json')->success($this->repository->adminMerGetList($where, $page, $limit));
     }