1 Commits

Author SHA1 Message Date
16a7e7fdf3 取消6个物性参数计算 2026-04-07 22:29:48 +08:00
2 changed files with 17 additions and 14 deletions

View File

@@ -746,6 +746,9 @@
<None Update="Key\PublicKey.xml"> <None Update="Key\PublicKey.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="TagConfig\SysTags.json"> <None Update="TagConfig\SysTags.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>

View File

@@ -448,20 +448,20 @@ namespace CapMachine.Wpf.Services
// 处理 err2 // 处理 err2
} }
if (TryUpdateThermodynamicSixResults(out var thermoErr)) //if (TryUpdateThermodynamicSixResults(out var thermoErr))
{ //{
if (!string.IsNullOrWhiteSpace(thermoErr)) // if (!string.IsNullOrWhiteSpace(thermoErr))
{ // {
Logger?.Error($"六个物性结果计算警告: {thermoErr}"); // Logger?.Error($"六个物性结果计算警告: {thermoErr}");
} // }
} //}
else //else
{ //{
if (!string.IsNullOrWhiteSpace(thermoErr)) // if (!string.IsNullOrWhiteSpace(thermoErr))
{ // {
Logger?.Error($"六个物性结果计算失败: {thermoErr}"); // Logger?.Error($"六个物性结果计算失败: {thermoErr}");
} // }
} //}
} }
catch (Exception ex) catch (Exception ex)