wxr
2020-11-20 387383a243879bf8c63a4611e2ed2c5a519e218d
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs
@@ -131,7 +131,7 @@
        bool EditShareData(ShareData sd)
        {
            ResponsePack responePack = new HttpServerRequest().EditShareData(sd);
            if (responePack.StateCode.ToUpper() == HttpUtil.SUCCESS_CODE)
            if (responePack.StateCode.ToUpper() == StateCode.SUCCESS)
            {
                return true;
            }