公共退款
This commit is contained in:
@@ -69,7 +69,7 @@ class OpenRefund
|
||||
$where2 .= " UpdateTime>='" . $date1 . "' and UpdateTime<='" . $date2 . "' ";
|
||||
}
|
||||
if (!empty($_GET['ProductIds'])){
|
||||
$where['ProductId'] = ['IN',$_GET['ProductIds']];
|
||||
$where['ProductId'] = $_GET['ProductIds'];
|
||||
}
|
||||
$product_order_model = new PoductOrderModel;
|
||||
$product_order_enum = new ProductOrderEnum;
|
||||
|
||||
Reference in New Issue
Block a user