林豪 左 hace 1 año
padre
commit
b105572a6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WCS.Core/ProtocolProxyBase.cs

+ 1 - 1
WCS.Core/ProtocolProxyBase.cs

@@ -140,7 +140,7 @@ namespace WCS.Core
             item.Value = value;
             var channel = Ltc.GetChannel();
             if (channel != null)
-                this.World.OnInternalLog(channel, $"设置值:{Device.Code}.{ProtocolType.Name}.{propertyName} 值:{value}");
+                this.World.OnInternalLog(channel, $"设置值:{Device.Code}.{ProtocolType.Name}.{propertyName}值:{value}");
             this.Frame = World.Frame;
             DataChanged(); 
         }