|
@@ -173,7 +173,7 @@ namespace XdCxRhDW.App.EditForms
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
Serilog.Log.Error(ex, $"绘制{info.PosResType.GetEnumDisplayName()}时差线失败.PosID={info.ID},SigTime={info.SigTime}");
|
|
|
- DxHelper.MsgBoxHelper.ShowWarning($"绘制{info.PosResType.GetEnumDisplayName()}时差线失败,{ex.Message}");
|
|
|
+ DxHelper.MsgBoxHelper.ShowError($"绘制{info.PosResType.GetEnumDisplayName()}时差线失败,{ex.Message}");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -281,7 +281,7 @@ namespace XdCxRhDW.App.EditForms
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
Serilog.Log.Error(ex, $"{info.PosResType.GetEnumDisplayName()}手动定位失败.PosID={info.ID},SigTime={info.SigTime}");
|
|
|
- DxHelper.MsgBoxHelper.ShowWarning($"{info.PosResType.GetEnumDisplayName()}手动定位失败,{ex.Message}");
|
|
|
+ DxHelper.MsgBoxHelper.ShowError($"{info.PosResType.GetEnumDisplayName()}手动定位失败,{ex.Message}");
|
|
|
}
|
|
|
}
|
|
|
}
|