From fc126c0bbfd781fdbae1e1159ab84528fd9f448b Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 25 Nov 2019 20:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=B8=81=E5=85=85=E5=80=BCbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/DepositController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/DepositController.class.php b/Application/Admin/Controller/DepositController.class.php index 0be20b08f..11bf889df 100644 --- a/Application/Admin/Controller/DepositController.class.php +++ b/Application/Admin/Controller/DepositController.class.php @@ -67,6 +67,7 @@ class DepositController extends ThinkController { unset($_REQUEST['pay_way']); } + if(isset($_REQUEST['pay_status'])){ $map['pay_status']=$_REQUEST['pay_status']; unset($_REQUEST['pay_status']);