Преглед изворни кода

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

娄底高职分支
杨晓琪 пре 2 година
родитељ
комит
8165f2b8c7
1 измењених фајлова са 1 додато и 0 уклоњено
  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 Прегледај датотеку

@@ -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("保存成功!");
}


Loading…
Откажи
Сачувај