HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs
@@ -4,6 +4,7 @@ using HDL_ON.UI.CSS; using System.Collections.Generic; using HDL_ON.DAL.Server; using HDL_ON.UI.UI2.EnvironmentalScience; namespace HDL_ON.UI { @@ -837,7 +838,7 @@ continue; } var sensorType = sr.spk.Split(".")[0]; var sensorType = sr.spk.Split(".")[1]; var revertObj = new HttpServerRequest().GetSensorHistory(curQueryType, sr.deviceId,sensorType); if (revertObj != null) @@ -944,10 +945,7 @@ } void LoadEvent_SwitchOtherRoomSensorData() { } } public class EnvironmentalSensorHistor