Sfoglia il codice sorgente

挑拣合并测试2

金隅分支
zhichao lei 4 anni fa
parent
commit
d929281074
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Excel/Import/ExcelImportBLL.cs Vedi File

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


Caricamento…
Annulla
Salva