From 96fd5cbdd5f5d74a7fe39412e921fabccee6d0c4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 19 Feb 2020 09:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/TestOrderController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/TestOrderController.class.php b/Application/Admin/Controller/TestOrderController.class.php index 5f0957d83..ffda1457e 100644 --- a/Application/Admin/Controller/TestOrderController.class.php +++ b/Application/Admin/Controller/TestOrderController.class.php @@ -24,7 +24,7 @@ class TestOrderController extends ThinkController if (!empty($_REQUEST['server_type'])) { $map['server_type'] = $_REQUEST['server_type']; } - if (!empty($_REQUEST['order_type'])) { + if (!empty($_REQUEST['order_type'])||$_REQUEST['order_type'] == '0') { $map['order_type'] = $_REQUEST['order_type']; } if (!empty($_REQUEST['order_no'])) {