林豪 左 1 рік тому
батько
коміт
b105572a6a
1 змінених файлів з 1 додано та 1 видалено
  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(); 
         }