From d4d78e75b3b297d95c71f86b7d9e10f70e39df7b Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sun, 31 Jul 2022 00:56:04 +0800 Subject: [PATCH] bug --- Application/Common/Common/extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);