@@ -38,7 +38,6 @@ 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));
}