1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Common/LevelChange/CheckTaskChangeHelper.cs
@@ -44,6 +44,7 @@
        public static string CheckTaskwheelsProps(string wxrw)
        {
            string wheelsNewOld = string.Empty;
            if (wxrw.Contains("换轮盘(旧)"))
            {
                wheelsNewOld = "新轮旧盘";
@@ -66,15 +67,15 @@
        public static string CheckZdpPost(string Posttype)
        {
            string PostContainer = string.Empty;
            if (Posttype=="左侧")
            if (Posttype.Contains("å·¦"))
            {
                PostContainer = "left";
            }
            else if (Posttype == "右侧")
            else if (Posttype.Contains("右"))
            {
                PostContainer = "right";
            }
            else
            else if(Posttype.Contains("中"))
            {
                PostContainer = "middle";
            }