瀏覽代碼

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…
取消
儲存