From 1ebf011961fe946b0395312e943394b304019b3a Mon Sep 17 00:00:00 2001 From: FanLian Date: Mon, 7 Aug 2023 17:50:55 +0800 Subject: [PATCH] 1 --- WarehouseMgr/Tnb.WarehouseMgr/WmsImportAndExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsImportAndExportService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsImportAndExportService.cs index b8e639e0..a2370c70 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsImportAndExportService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsImportAndExportService.cs @@ -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;