|
@@ -403,7 +403,7 @@ namespace OTSPartA_STDEditor
|
|
|
|
|
|
|
|
|
//forth_elem干扰or分隔符,故先行去掉
|
|
|
- str_RemoveBlank = str_RemoveBlank.Replace("forth_elem", "");
|
|
|
+ str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
|
|
|
|
|
|
string[] str_Removeand = System.Text.RegularExpressions.Regex.Split(str_RemoveBlank, "and", System.Text.RegularExpressions.RegexOptions.None);
|
|
|
List<string> str_Removeandor = new List<string>();
|
|
@@ -646,10 +646,10 @@ namespace OTSPartA_STDEditor
|
|
|
|
|
|
string str_RemoveBlank = kv.Value.Expression;
|
|
|
//forth_elem干扰or分隔符,故先行去掉
|
|
|
- if (str_RemoveBlank.Contains("forth_elem"))
|
|
|
+ if (str_RemoveBlank.Contains("fourth_elem"))
|
|
|
{
|
|
|
- str_RemoveBlank = str_RemoveBlank.Replace("forth_elem", "");
|
|
|
- UsingOtherPropertyList = "forth_elem";
|
|
|
+ str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
|
|
|
+ UsingOtherPropertyList = "fourth_elem";
|
|
|
}
|
|
|
|
|
|
str_RemoveBlank = str_RemoveBlank.Replace(" ", "");
|
|
@@ -797,10 +797,10 @@ namespace OTSPartA_STDEditor
|
|
|
|
|
|
string str_RemoveBlank = kv.Value.Expression;
|
|
|
//forth_elem干扰or分隔符,故先行去掉
|
|
|
- if (str_RemoveBlank.Contains("forth_elem"))
|
|
|
+ if (str_RemoveBlank.Contains("fourth_elem"))
|
|
|
{
|
|
|
- str_RemoveBlank = str_RemoveBlank.Replace("forth_elem", "");
|
|
|
- UsingOtherPropertyList = "forth_elem,";
|
|
|
+ str_RemoveBlank = str_RemoveBlank.Replace("fourth_elem", "");
|
|
|
+ UsingOtherPropertyList = "fourth_elem,";
|
|
|
}
|
|
|
|
|
|
str_RemoveBlank = str_RemoveBlank.Replace(" ", "");
|