diff --git a/DataVAPI/UpAndDown/ProcessServer.cs b/DataVAPI/UpAndDown/ProcessServer.cs index daf7a08..f8e9b6a 100644 --- a/DataVAPI/UpAndDown/ProcessServer.cs +++ b/DataVAPI/UpAndDown/ProcessServer.cs @@ -273,6 +273,7 @@ namespace DataVAPI.UpAndDown { devicename = receiveModel.deviceContext.deviceName, ClientId = dev.clientId, + DeviceId = dev.deviceId, LogTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"), LogType = "提示", LogMessage = $"设备{receiveModel.status.value}了!",