Ver a proveniência

【修改】学籍异动表增加StuInfoBasicTran表主键并赋值;

新疆警官学校中职
dyy há 1 ano
ascendente
cometimento
04e3226382
2 ficheiros alterados com 9 adições e 2 eliminações
  1. +8
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs
  2. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs

+ 8
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoEntity.cs Ver ficheiro

@@ -324,6 +324,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// <returns></returns>
[Column("REMARK")]
public string Remark { get; set; }
/// <summary>
/// StuInfoBasicTran表主键
/// </summary>
/// <returns></returns>
[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";
}
/// <summary>
/// 编辑调用


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuTransferInfo/StuTransferInfoService.cs Ver ficheiro

@@ -437,6 +437,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration

#region 复制一份学生学籍表
copyStuInfoBasic(upTrua, stulist, InsertStuTran);
upTrua.StuTranId = InsertStuTran.Id;
InStuinTran.Add(InsertStuTran);
#endregion



Carregando…
Cancelar
Guardar