From 1d75bc84d1b4e4756766f36facd7066ab5291cf5 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 3 Dec 2021 12:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=A8=E5=B9=BF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/PromoteController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index 273592b16..fdee75781 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -307,7 +307,7 @@ class PromoteController extends BaseController $where = [ "_string"=>"1=1" ]; - if(session('promote_auth')['account'] != 'yunyingbu'){ + if(session('promote_auth')['account'] != 'yunyingbu12'){ $where['_string'] .= " AND is_open = 1"; } $data = M("promote_notice","tab_")->where($where)->getField('content');