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();