From ad42d776948228400de28e8651f867026296240a Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 14 Feb 2023 14:45:36 +0800 Subject: [PATCH] X --- IRaCIS.Core.Application/Service/Common/ExcelExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs index 4868b3d1f..5edd1180a 100644 --- a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs @@ -607,7 +607,7 @@ namespace IRaCIS.Core.Application.Service.Common newList.Add(cloneObj); } } - + }