diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index 5368941f8..98a4c8c84 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -3111,7 +3111,7 @@ function encodeStr($str) function getUserAccountOfPromote($account, $promote = null) { - if ($promote && $promote['level_id'] == 1) { + if ($promote && $promote['level'] == 1) { return $account; } return substr($account, 0, 2) . '******' . substr($account, 8);