Browse Source

app2.0接口

娄底高职分支
ndbs 2 years ago
parent
commit
3e05067795
1 changed files with 1 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save