ningshuxia
2023-02-24 1e4b358de58e36bfbf692ab2538ff9e7d60fd025
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)
                    {