|
|
@@ -1,5 +1,6 @@ |
|
|
|
using Learun.Application.TwoDevelopment.EducationalAdministration; |
|
|
|
using Learun.Util; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Data; |
|
|
|
using System.Web.Mvc; |
|
|
@@ -176,6 +177,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
StuTransferInfoEntity entity = strEntity.ToObject<StuTransferInfoEntity>(); |
|
|
|
entity.AnomalousType = "04"; |
|
|
|
entity.ChangeReason = "转入"; |
|
|
|
entity.StuId= Guid.NewGuid().ToString(); |
|
|
|
stuTransferInfoIBLL.SaveEntity(keyValue, entity); |
|
|
|
return Success("保存成功!"); |
|
|
|
} |
|
|
|