update 数据之眼-退款单列表

This commit is contained in:
chenbo 2023-12-08 15:24:06 +08:00
parent df36ea7f98
commit 458b0cc791

View File

@ -557,11 +557,11 @@ class Order extends BaseController
}
// 退款订单列表
public function refundOrderList(StoreRefundOrderRepository $repository, StoreRefundOrderDao $dao)
public function refundOrderList(StoreRefundOrderRepository $repository)
{
[$page,$limit] = $this->getPage();
$where = $this->request->params(['refund_order_sn','status','refund_type','date','mer_id','order_sn','is_trader']);
return app('json')->success($this->repository->getAllList($where, $page, $limit));
return app('json')->success($repository->getAllList($where, $page, $limit));
}
// 核销订单