diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs
index c5415f322..76cd37659 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs
@@ -324,6 +324,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
///
[Column("REMARK")]
public string Remark { get; set; }
+ ///
+ /// StuInfoBasicTran表主键
+ ///
+ ///
+ [Column("STUTRANID")]
+ public string StuTranId { get; set; }
#endregion
#region 扩展操作
@@ -336,8 +342,8 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
UserInfo userInfo = LoginUserInfo.Get();
this.CreateTime = DateTime.Now;
this.CreateUserId = userInfo.userId;
- this.F_EnabledMark = 0;//0未审核,1已审核 2 作废
- this.IsReturnSchool = "1";
+ this.F_EnabledMark = 0;//0未审核,1已审核
+ this.IsReturnSchool = "0";
}
///
/// 编辑调用
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 d1df79818..4b6e4f234 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
@@ -437,6 +437,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
#region 复制一份学生学籍表
copyStuInfoBasic(upTrua, stulist, InsertStuTran);
+ upTrua.StuTranId = InsertStuTran.Id;
InStuinTran.Add(InsertStuTran);
#endregion