From 9f97b0b93c80822def50e1dd755288b30fd0affb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 20 Mar 2021 18:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/order/controller/OpenRefund.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/order/controller/OpenRefund.php b/app/order/controller/OpenRefund.php index c8b1f42..47d93a8 100644 --- a/app/order/controller/OpenRefund.php +++ b/app/order/controller/OpenRefund.php @@ -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;