From 3e05067795151559b0c6a7295c742831dc0fdf7a Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 2 Nov 2022 16:59:10 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs | 1 + 1 file changed, 1 insertion(+) 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("保存成功!"); }