|
|
@@ -195,7 +195,9 @@ left join ClassInfo c on c.ClassNo=a.ClassNo |
|
|
|
left join StuInfoBasic b on b.StuNo=a.StuNo |
|
|
|
where 1=1 and a.StuNo not in (select StuNo from StuInfoBasic where ChangeStatus =1) |
|
|
|
and a.LessonSortNo='1' |
|
|
|
and a.Score<60 "); |
|
|
|
and a.Score<60 |
|
|
|
and b.StuId is not null |
|
|
|
and (b.EduSystem is null or b.EduSystem != '6') "); |
|
|
|
|
|
|
|
if (!queryParam["AcademicYearNo"].IsEmpty()) |
|
|
|
{ |
|
|
|