Commit 90cfdceb authored by wwccw0591's avatar wwccw0591

temp

parent 76c700cc
...@@ -182,10 +182,11 @@ class ShopkeeperController extends \Our\Controller_AbstractClient { ...@@ -182,10 +182,11 @@ class ShopkeeperController extends \Our\Controller_AbstractClient {
* 获得售后列表 * 获得售后列表
*/ */
public function getRefunds(){ public function getRefunds(){
$type = intval($this->req['data']['type']);
$refundService=\Business\Order\RefundServiceModel::getInstance(); $refundService=\Business\Order\RefundServiceModel::getInstance();
$pageIndex=$this->getPageIndex(); $pageIndex=$this->getPageIndex();
$pageSize=$this->getPageSize(); $pageSize=$this->getPageSize();
$res=$refundService->getList($this->memberId,$pageIndex,$pageSize); $res=$refundService->getStoreRefundList($this->storeId, $type, $pageIndex, $pageSize);
$this->success($res); $this->success($res);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment