SVN r409
SVN-Revision: r409
This commit is contained in:
@@ -169,11 +169,15 @@ namespace Lskj.PubBomImport
|
||||
{
|
||||
saveResult = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception($"保存Bom失败\r\n{tipMsg}");
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageUtil.Show(ex.Message);
|
||||
throw new Exception($"保存Bom失败\r\n{ex.Message}");
|
||||
}
|
||||
}
|
||||
return saveResult;
|
||||
|
||||
Reference in New Issue
Block a user