username@email.com
2025-09-03 64bbcaefc8edc5519c4ff41b71a4a485a20daa8c
CY_ECommercePlatform/CY.WebForm/Pages/common/CommonAjax.aspx.cs
@@ -1282,7 +1282,7 @@
        {
            try
            {
                if (CurrentUser.MemberType == "管理员")
                if (CurrentUser.MemberType == "管理员" || !CurrentUser.StaffId.HasValue || CurrentUser.StaffId.Value == 0)
                {
                    return "";
                }