Bläddra i källkod

Merge branch '娄底高职分支' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 娄底高职分支

娄底高职分支
杨晓琪 2 år sedan
förälder
incheckning
8165f2b8c7
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs Visa fil

@@ -101,6 +101,7 @@ namespace Learun.Application.WebApi.Modules
entity.CreateTime = DateTime.Now;
entity.CreateUserId = this.userInfo.userId;
entity.CreateUserName = this.userInfo.realName;
entity.CheckStatus = "0";
stuLeaveManagementBLL.SaveEntity(parameter.keyValue, entity);
return Success("保存成功!");
}


Laddar…
Avbryt
Spara