|
|
@@ -298,7 +298,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
entitylist.Add(InsertEntity); |
|
|
|
} |
|
|
|
} |
|
|
|
else if (InsertEntity.AnomalousType == "02" || InsertEntity.AnomalousType == "05" || InsertEntity.AnomalousType == "10" || InsertEntity.AnomalousType == "11" || InsertEntity.AnomalousType == "12")//退学、死亡,失踪,开除,转出 |
|
|
|
else if (InsertEntity.AnomalousType == "02" || InsertEntity.AnomalousType == "05" || InsertEntity.AnomalousType == "10" || InsertEntity.AnomalousType == "11" || InsertEntity.AnomalousType == "12" || InsertEntity.AnomalousType == "13" || InsertEntity.AnomalousType == "14")//退学、死亡,失踪,开除,转出,注销,自动退学 |
|
|
|
{ |
|
|
|
if (this.BaseRepository("CollegeMIS").FindEntity<StuTransferInfoEntity>(x => |
|
|
|
x.AnomalousType == InsertEntity.AnomalousType && x.StuId == InsertEntity.StuId && x.EnteDate == InsertEntity.EnteDate) == null) |
|
|
@@ -430,14 +430,16 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
switch (upTrua.AnomalousType) |
|
|
|
{ |
|
|
|
case "01": //留级 |
|
|
|
case "07": //转班 |
|
|
|
case "08": //转专业 |
|
|
|
case "02": //转校 |
|
|
|
case "05": //退学 |
|
|
|
case "06": //休学 |
|
|
|
case "07": //转班 |
|
|
|
case "08": //转专业 |
|
|
|
case "10": //开除 |
|
|
|
case "11": //死亡 |
|
|
|
case "12": //失踪 |
|
|
|
case "13": //注销 |
|
|
|
case "14": //自动退学 |
|
|
|
|
|
|
|
#region 复制一份学生学籍表 |
|
|
|
copyStuInfoBasic(upTrua, stulist, InsertStuTran); |
|
|
|