@@ -165,6 +165,11 @@ namespace UAS_Web.tool
{
itemstr = itemstr.Remove(itemstr.Length - 1);
}
+ if (itemstr.Contains("\\\""))
+ {
+ itemstr = itemstr.Replace("\\\"", "\"");
+ Console.WriteLine(itemstr);
+ }
PrintHelper.Printstring(itemc.Value != null ? itemstr : " ", int.Parse(Sidc["LP_SIZE"].ToString()), g, int.Parse(Sidc["LP_LEFTRATE"].ToString()), int.Parse(Sidc["LP_TOPRATE"].ToString()));