退款公用接口

This commit is contained in:
“wanyongkang”
2021-03-06 13:25:34 +08:00
parent 825b29f28c
commit 6022ad093f
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class OpenRefund
$list = $product_order_model->openGetList($where, 'CreateTime,ProductName,PackageName,ConnectCount*AccountCount ConnectCount,Accounts,RefundRestTime,OrderState', 'CreateTime desc', "$page,50", $where2);
$data = [
'list' => $list,
'count' => $product_order_model->getCount($where)
'count' => $product_order_model->getCount($where,$where2)
];
\result($data);
}