From d92928107491b04966b95beca94884538c195cd4 Mon Sep 17 00:00:00 2001
From: zhichao lei <442149704@qq.com>
Date: Thu, 3 Dec 2020 16:44:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=91=E6=8B=A3=E5=90=88=E5=B9=B6=E6=B5=8B?=
=?UTF-8?q?=E8=AF=952?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Learun.Application.Excel/Import/ExcelImportBLL.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs
index 06f30e8fb..9ce7c5bc2 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs
@@ -95,11 +95,11 @@ namespace Learun.Application.Excel
///
/// 主键
///
- public ExcelImportEntity GetEntity(string keyValue)//1
+ public ExcelImportEntity GetEntity(string keyValue)
{
try
{
- return excelImportService.GetEntity(keyValue);
+ return excelImportService.GetEntity(keyValue);//2
}
catch (Exception ex)
{