oyq28 4 місяців тому
батько
коміт
4452e395b0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      IMCS_CCS/Service/Impl/TaskJobService.cs

+ 1 - 1
IMCS_CCS/Service/Impl/TaskJobService.cs

@@ -1913,7 +1913,7 @@ namespace IMCS.CCS.Service.Impl
             { 
                 foreach(string st in dataList)
                 {
-                    string operateResult = s7.ReadBool(st).Content.ToString();
+                    string operateResult = s7.ReadBool(st.Replace("\"", "")).Content.ToString();
                     returnList.Add(operateResult);
                 }