|
|
@@ -456,8 +456,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
InStuinTran.Add(InsertStuTran); |
|
|
|
#endregion |
|
|
|
|
|
|
|
#region 成绩(StuScore,新-写入,旧-删除;StuSelectLessonList,新-写入,旧-删除;StuSelectLessonListOfElective,新-写入,旧-删除;OpenLessonPlanOfElective,旧-修改;) |
|
|
|
#region 成绩(StuScore,新-写入,旧-删除;) |
|
|
|
|
|
|
|
#endregion |
|
|
|
#region 课表(StuSelectLessonList,新-写入,旧-删除;) |
|
|
|
#endregion |
|
|
|
#region 选修课表(StuSelectLessonListOfElective,新-写入,旧-删除;OpenLessonPlanOfElective,旧-修改已报名的学生数量字段;) |
|
|
|
#endregion |
|
|
|
#region 补考成绩(StuScoreNotPass,新-写入,旧-删除;) |
|
|
|
#endregion |
|
|
@@ -498,7 +502,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
upStulist.Add(StuEntity); |
|
|
|
#endregion |
|
|
|
|
|
|
|
#region 课表(StuSelectLessonList,旧-写入;) |
|
|
|
#region 课表(StuSelectLessonList,旧-写入新班级课表数据;) |
|
|
|
#endregion |
|
|
|
} |
|
|
|
else if(upTrua.AnomalousType == "02" || upTrua.AnomalousType == "05" || upTrua.AnomalousType == "06") |
|
|
@@ -735,7 +739,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#region 课表(StuSelectLessonList,旧-写入;) |
|
|
|
#region 课表(StuSelectLessonList,旧-写入新班级课表数据;) |
|
|
|
#endregion |
|
|
|
break; |
|
|
|
case "04": //转入 |
|
|
@@ -762,7 +766,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
db.Insert(stuInfoBasicEntity); |
|
|
|
#endregion |
|
|
|
|
|
|
|
#region 课表(StuSelectLessonList,旧-写入;) |
|
|
|
#region 课表(StuSelectLessonList,旧-写入新班级课表数据;) |
|
|
|
#endregion |
|
|
|
break; |
|
|
|
default: |
|
|
|