|
|
@@ -117,6 +117,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
entity.AmendDate = DateTime.Now; |
|
|
|
} |
|
|
|
entity.State = 0; |
|
|
|
entity.LessonSortNo = "1"; |
|
|
|
entity.IsAllowEdit = true; |
|
|
|
entity.MakeDate = DateTime.Now; |
|
|
|
var model = classPlanIBLL.GetRepetitions(entity.F_SchoolId, entity.AcademicYearNo, entity.Semester, entity.DeptNo, entity.MajorNo, entity.Grade, entity.LessonNo); |
|
|
|