|
|
@@ -95,11 +95,11 @@ namespace Learun.Application.Excel |
|
|
|
/// </summary> |
|
|
|
/// <param name="keyValue">主键</param> |
|
|
|
/// <returns></returns> |
|
|
|
public ExcelImportEntity GetEntity(string keyValue)//1 |
|
|
|
public ExcelImportEntity GetEntity(string keyValue) |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
return excelImportService.GetEntity(keyValue); |
|
|
|
return excelImportService.GetEntity(keyValue);//2 |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|