From 50952fdd6a6b0578b74785e7cc73a2cb20022ddf Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Fri, 17 Oct 2025 09:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HJGL_DS/BLL/HJGL/PersonManage/HJGL_PersonManageService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/BLL/HJGL/PersonManage/HJGL_PersonManageService.cs b/HJGL_DS/BLL/HJGL/PersonManage/HJGL_PersonManageService.cs index 861cab9..4c714ba 100644 --- a/HJGL_DS/BLL/HJGL/PersonManage/HJGL_PersonManageService.cs +++ b/HJGL_DS/BLL/HJGL/PersonManage/HJGL_PersonManageService.cs @@ -102,7 +102,7 @@ namespace BLL select x; foreach(var w in pw) { - w.ExchangeTime = null; + w.ExchangeTime = DateTime.Now; } db.SubmitChanges();