公共退款

This commit is contained in:
“wanyongkang”
2021-03-20 18:36:46 +08:00
parent 93b3a0a23a
commit 9f97b0b93c

View File

@@ -69,7 +69,7 @@ class OpenRefund
$where2 .= " UpdateTime>='" . $date1 . "' and UpdateTime<='" . $date2 . "' "; $where2 .= " UpdateTime>='" . $date1 . "' and UpdateTime<='" . $date2 . "' ";
} }
if (!empty($_GET['ProductIds'])){ if (!empty($_GET['ProductIds'])){
$where['ProductId'] = ['IN',$_GET['ProductIds']]; $where['ProductId'] = $_GET['ProductIds'];
} }
$product_order_model = new PoductOrderModel; $product_order_model = new PoductOrderModel;
$product_order_enum = new ProductOrderEnum; $product_order_enum = new ProductOrderEnum;