Compare commits
1 Commits
HASCO_KR26
...
HASCO_Simp
| Author | SHA1 | Date | |
|---|---|---|---|
| 16a7e7fdf3 |
@@ -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>
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user