WinFrmUI/HStation.WinFrmUI.Xhs.Core/00-core/AssetsMatchingHelper.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WinFrmUI/HStation.WinFrmUI.Xhs.Core/00-core/AssetsMatchingHelper.cs
@@ -927,7 +927,7 @@ input.MatchingDbId = vmo.ID.ToString(); input.MatchingMaterial = vmo.Material; input.MatchingModelType = vmo.Name; var curveList = Task.Run(async () => await new BLL.AssetsCompressorCoefficient().GetByMainID(vmo.ID)).Result; var curveList = Task.Run(async () => await new BLL.AssetsExchangerCoefficient().GetByMainID(vmo.ID)).Result; if (curveList != null && curveList.Count > 0) { input.MatchingCurveDbId = curveList.First().ID.ToString();