From af4864614dc22386f23be5d6a14671ff7c4fcb62 Mon Sep 17 00:00:00 2001 From: fyf Date: Wed, 1 Jun 2022 10:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataVAPI/UpAndDown/ProcessServer.cs | 1 + 1 file changed, 1 insertion(+) 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}了!",