|
|
@@ -97,7 +97,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
{ |
|
|
|
return this.BaseRepository("CollegeMIS").FindTable($@" select distinct t.EPLId,t.LessonName,a.ltorder,t.LessonNo from Exam_ExamPlanLesson t |
|
|
|
join (select l.lessonno,l.LessonTypeId,lt.ltorder from [dbo].[LessonInfo] l left join CdLessonType lt on l.LessonTypeId=lt.ltid where l.checkmark=1) a |
|
|
|
on t.lessonno=a.lessonno |
|
|
|
on SUBSTRING(t.LessonNo,0,CHARINDEX('(',t.LessonNo))=a.lessonno |
|
|
|
where EPId='{EPId}' order by a.ltorder, t.LessonNo"); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|