|
|
@@ -181,7 +181,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
return data.Photo; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return ""; |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
@@ -296,7 +296,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
var stuList = this.BaseRepository("CollegeMIS") |
|
|
|
.FindList<StuInfoBasicEntity>(a => a.MajorNo == MajorNo) |
|
|
|
.Where(a => a.DiplomaNo == null || a.DiplomaNo == ""); |
|
|
|
.Where(a => a.DiplomaNo == null || a.DiplomaNo == "" && a.FinishSchoolMark == "1"); |
|
|
|
if (stuList.Count() > 0) |
|
|
|
{ |
|
|
|
foreach (var stuInfo in stuList) |
|
|
|