|
|
@@ -204,7 +204,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
return this.BaseRepository("CollegeMIS").FindTable("select * from ClassInfo where CheckMark=1 "); |
|
|
|
return this.BaseRepository("CollegeMIS").FindTable("select * from ClassInfo where CheckMark=1 order by classno asc "); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|