oyq28 преди 4 месеца
родител
ревизия
7949026afe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      IMCS_CCS/Service/Impl/HttpRequestService.cs

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

@@ -1732,7 +1732,7 @@ namespace IMCS.CCS.Services
                 {
                     if (!string.IsNullOrEmpty(actionAddress.Address) && !string.IsNullOrEmpty(actionAddress.Value))
                     {
-                        string operateResult = "";
+                        string operateResult = "";                        
                         if (actionAddress.AddressType.Equals(TagValueReadTypeEnum.BOOL.ToString()))
                         {
                             operateResult = s7.ReadBool(actionAddress.Address).Content.ToString();