diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs index 60f46e7dc..46833cb9d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs +++ b/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("保存成功!"); }