diff --git a/CapMachine.Wpf/CapMachine.Wpf.csproj b/CapMachine.Wpf/CapMachine.Wpf.csproj index 1fcae89..6ebc24b 100644 --- a/CapMachine.Wpf/CapMachine.Wpf.csproj +++ b/CapMachine.Wpf/CapMachine.Wpf.csproj @@ -746,6 +746,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest diff --git a/CapMachine.Wpf/Services/PPCService.cs b/CapMachine.Wpf/Services/PPCService.cs index de5ce05..f004db8 100644 --- a/CapMachine.Wpf/Services/PPCService.cs +++ b/CapMachine.Wpf/Services/PPCService.cs @@ -448,20 +448,20 @@ namespace CapMachine.Wpf.Services // 处理 err2 } - if (TryUpdateThermodynamicSixResults(out var thermoErr)) - { - if (!string.IsNullOrWhiteSpace(thermoErr)) - { - Logger?.Error($"六个物性结果计算警告: {thermoErr}"); - } - } - else - { - if (!string.IsNullOrWhiteSpace(thermoErr)) - { - Logger?.Error($"六个物性结果计算失败: {thermoErr}"); - } - } + //if (TryUpdateThermodynamicSixResults(out var thermoErr)) + //{ + // if (!string.IsNullOrWhiteSpace(thermoErr)) + // { + // Logger?.Error($"六个物性结果计算警告: {thermoErr}"); + // } + //} + //else + //{ + // if (!string.IsNullOrWhiteSpace(thermoErr)) + // { + // Logger?.Error($"六个物性结果计算失败: {thermoErr}"); + // } + //} } catch (Exception ex)