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');