|
$where = $this->request->params(['date','order_sn','order_type','keywords','username','activity_type','group_order_sn','store_name']);
|
|
$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['reconciliation_type'] = $this->request->param('status', 1);
|
|
return app('json')->success($this->repository->adminMerGetList($where, $page, $limit));
|
|
return app('json')->success($this->repository->adminMerGetList($where, $page, $limit));
|