Ver a proveniência

【修改】学籍异动审核方法:细分要处理的功能模块;

新疆警官学校中职
dyy há 1 ano
ascendente
cometimento
53bca9913e
1 ficheiros alterados com 8 adições e 4 eliminações
  1. +8
    -4
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs

+ 8
- 4
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs Ver ficheiro

@@ -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:


Carregando…
Cancelar
Guardar