|
|
@@ -97,6 +97,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
//{ |
|
|
|
// strSql.Append(" AND t.stuno not in(select stuno from StuInfoBasicChange where StuChangeType in('04','05','06') and checkstatus=1) "); |
|
|
|
//} |
|
|
|
//2023-6-2教务反馈的需求 教师工作管理-我的班级,改为退学、转校的学生不显示。 |
|
|
|
if (!queryParam["MyClass"].IsEmpty()) |
|
|
|
{ |
|
|
|
strSql.Append(" AND t.stuno not in(select stuno from StuInfoBasicChange where StuChangeType in('04','06') and checkstatus=1) "); |
|
|
|
} |
|
|
|
return this.BaseRepository("CollegeMIS").FindList<StuInfoBasicEntity>(strSql.ToString(), dp, pagination); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|