ÏîÄ¿´úÂë/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"; }