|
|
@@ -88,6 +88,10 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
dp.Add("Remark", "%" + queryParam["Remark"].ToString() + "%", DbType.String); |
|
|
|
strSql.Append(" AND t.Remark Like @Remark "); |
|
|
|
} |
|
|
|
if (!queryParam["AbmormityMoveMark"].IsEmpty()) |
|
|
|
{ |
|
|
|
strSql.Append(" AND t.stuno not in(select stuno from StuInfoBasicChange where StuChangeType in('04','05','06') and checkstatus=1) "); |
|
|
|
} |
|
|
|
return this.BaseRepository("CollegeMIS").FindList<StuInfoBasicEntity>(strSql.ToString(), dp, pagination); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
@@ -181,7 +185,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
return data.Photo; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return ""; |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|