|
|
@@ -179,7 +179,6 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
TeachEntity.TotalStudyHour = 2; |
|
|
|
TeachEntity.IsInEffect = "1"; |
|
|
|
TeachEntity.IsPitchOn = "1"; |
|
|
|
TeachEntity.IsPitchOn = "1"; |
|
|
|
TeachEntity.F_SchoolId = entityList[i].F_SchoolId; |
|
|
|
TeachEntity.CheckMark = "1"; |
|
|
|
TeachEntity.InsertTime = DateTime.Now; |
|
|
@@ -259,7 +258,6 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
TeachEntity.TotalStudyHour = 2; |
|
|
|
TeachEntity.IsInEffect = "1"; |
|
|
|
TeachEntity.IsPitchOn = "1"; |
|
|
|
TeachEntity.IsPitchOn = "1"; |
|
|
|
TeachEntity.F_SchoolId = entityList[i].F_SchoolId; |
|
|
|
TeachEntity.InsertTime = DateTime.Now; |
|
|
|
TeachList.Add(TeachEntity); |
|
|
|