取消6个物性参数计算
This commit is contained in:
@@ -746,6 +746,9 @@
|
||||
<None Update="Key\PublicKey.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="NLog.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="TagConfig\SysTags.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user