|
|
@@ -2,6 +2,8 @@ |
|
|
|
using System; |
|
|
|
using System.Data; |
|
|
|
using System.Collections.Generic; |
|
|
|
using Learun.Application.Base.SystemModule; |
|
|
|
using System.Linq; |
|
|
|
|
|
|
|
namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
@@ -16,6 +18,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
private StuInfoBasicService stuInfoBasicService = new StuInfoBasicService(); |
|
|
|
|
|
|
|
private DataItemIBLL dataItemIBLL = new DataItemBLL(); |
|
|
|
#region 获取数据 |
|
|
|
|
|
|
|
/// <summary> |
|
|
@@ -301,7 +304,13 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
return stuInfoBasicService.GetAllList(); |
|
|
|
var ls= stuInfoBasicService.GetAllList(); |
|
|
|
if(ls.Any()) |
|
|
|
{ |
|
|
|
var mzs = dataItemIBLL.GetDetailList("National"); |
|
|
|
|
|
|
|
} |
|
|
|
return ls; |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|