WinFormUI/IStation.WinFormUI.MonitorDataSet/曲线比较/UnitValueHelper.cs
@@ -22,7 +22,7 @@ if (int.TryParse(signal.UnitValue, out int unitValue)) { if (_allSignalTypeList == null || _allSignalTypeList.Count < 1) _allSignalTypeList = new BLL. SignalType().QueryAll(projectId); _allSignalTypeList = new BLL. SignalType().GetAll(projectId); var type = _allSignalTypeList?.Find(x => x.Identifier == signal.SignalType); if (type != null) {