|
|
@@ -297,7 +297,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
entitylist.Add(InsertEntity); |
|
|
|
} |
|
|
|
} |
|
|
|
else if (InsertEntity.AnomalousType == "02" || InsertEntity.AnomalousType == "05")//退学、转出 |
|
|
|
else if (InsertEntity.AnomalousType == "02" || InsertEntity.AnomalousType == "05" || InsertEntity.AnomalousType == "10" || InsertEntity.AnomalousType == "11" || InsertEntity.AnomalousType == "12")//退学、死亡,失踪,开除,转出 |
|
|
|
{ |
|
|
|
if (this.BaseRepository("CollegeMIS").FindEntity<StuTransferInfoEntity>(x => |
|
|
|
x.AnomalousType == InsertEntity.AnomalousType && x.StuId == InsertEntity.StuId && x.EnteDate == InsertEntity.EnteDate) == null) |
|
|
@@ -433,6 +433,9 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
case "02": //转校 |
|
|
|
case "05": //退学 |
|
|
|
case "06": //休学 |
|
|
|
case "10": //开除 |
|
|
|
case "11": //死亡 |
|
|
|
case "12": //失踪 |
|
|
|
|
|
|
|
#region 复制一份学生学籍表 |
|
|
|
copyStuInfoBasic(upTrua, stulist, InsertStuTran); |
|
|
@@ -630,7 +633,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
} |
|
|
|
#endregion |
|
|
|
} |
|
|
|
else if (upTrua.AnomalousType == "02" || upTrua.AnomalousType == "05" || upTrua.AnomalousType == "06") |
|
|
|
else if (upTrua.AnomalousType == "02" || upTrua.AnomalousType == "05" || upTrua.AnomalousType == "06" || upTrua.AnomalousType == "10" || upTrua.AnomalousType == "11" || upTrua.AnomalousType == "12") |
|
|
|
{ |
|
|
|
if (upTrua.AnomalousType == "06") //休学保存部分基础数据 StuTransferInfo数据? |
|
|
|
{ |
|
|
|