1
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Tnb.WarehouseMgr
|
||||
catch (Exception ex)
|
||||
{
|
||||
await _db.Ado.RollbackTranAsync();
|
||||
Log.Error("导入失败",ex)
|
||||
Log.Error("导入失败", ex);
|
||||
throw Oops.Bah("导入失败");
|
||||
}
|
||||
return row > 0;
|
||||
|
||||
Reference in New Issue
Block a user