浏览代码

app2.0接口

娄底高职分支
ndbs 2 年前
父节点
当前提交
3e05067795
共有 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("保存成功!");
}


正在加载...
取消
保存