liuwf 7 months ago
parent a164d650e4
commit 6f918c40ff

@ -278,7 +278,7 @@ namespace SlnMesnac.WCS
}
catch (Exception ex)
{
_logger.Error($"同步agv状态信息异常:{ex.Message},{ex.StackTrace.ToJsonString()}");
_logger.Info($"同步agv状态信息异常:{ex.Message},{ex.StackTrace.ToJsonString()}");
}
}

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>

Loading…
Cancel
Save