Merge pull request '优化推广提示' (#588) from hotfix/special_cop into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/588
master
廖金灵 3 years ago
commit 740dcfe27a

@ -307,7 +307,7 @@ class PromoteController extends BaseController
$where = [ $where = [
"_string"=>"1=1" "_string"=>"1=1"
]; ];
if(session('promote_auth')['account'] != 'yunyingbu'){ if(session('promote_auth')['account'] != 'yunyingbu12'){
$where['_string'] .= " AND is_open = 1"; $where['_string'] .= " AND is_open = 1";
} }
$data = M("promote_notice","tab_")->where($where)->getField('content'); $data = M("promote_notice","tab_")->where($where)->getField('content');

Loading…
Cancel
Save