huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Common/LevelChange/CheckTaskChangeHelper.cs
@@ -66,15 +66,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";
            }