From 53bca9913ebad70e6b48ed77fdf73518095b8d37 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 8 Feb 2023 16:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=AD=A6?= =?UTF-8?q?=E7=B1=8D=E5=BC=82=E5=8A=A8=E5=AE=A1=E6=A0=B8=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=9A=E7=BB=86=E5=88=86=E8=A6=81=E5=A4=84=E7=90=86=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=A8=A1=E5=9D=97=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuTransferInfo/StuTransferInfoService.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs index 689c1d5e4..bc7845b44 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs @@ -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: