From 498508b7f1451579f682a96af8c1618269112df5 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 28 Feb 2020 14:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E7=BB=93=E7=AE=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=97=A5=E5=BF=97=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/QueryController.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Admin/Controller/QueryController.class.php b/Application/Admin/Controller/QueryController.class.php index 51a76134f..391d2101e 100644 --- a/Application/Admin/Controller/QueryController.class.php +++ b/Application/Admin/Controller/QueryController.class.php @@ -364,11 +364,11 @@ class QueryController extends ThinkController $data['msg'] = '非会长账号,无法执行此操作'; $this->ajaxReturn($data); } -// if ($promote['ver_status'] != 1) { -// $data['status'] = 0; -// $data['msg'] = '该会长未通过资质认证审核,暂时无法提现'; -// $this->ajaxReturn($data); -// } + if ($promote['ver_status'] != 1) { + $data['status'] = 0; + $data['msg'] = '该会长未通过资质认证审核,暂时无法提现'; + $this->ajaxReturn($data); + } if ($promote['settlement_type'] == 1) { if (!in_array($settlementType, [1, 3])) { $data['status'] = 0;