This commit is contained in:
FanLian
2023-08-07 17:50:55 +08:00
parent 3deea63f3f
commit 1ebf011961

View File

@@ -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;