|
|
@@ -517,6 +517,10 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
strSql.Append(" AND b.Status is null "); |
|
|
|
} |
|
|
|
} |
|
|
|
if (!queryParam["SqlParameter"].IsEmpty()) |
|
|
|
{ |
|
|
|
strSql.Append(queryParam["SqlParameter"].ToString()); |
|
|
|
} |
|
|
|
return this.BaseRepository("CollegeMIS").FindList<StuSelectLessonListOfElectiveEntity>(strSql.ToString(), dp, pagination); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|