From fe3a2210d028a6319e71299b9773a15cb16d6e35 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 24 六月 2025 17:45:34 +0800 Subject: [PATCH] 超期检验 --- DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.cs b/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.cs index d0e8108..8a1a725 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.cs @@ -1,8 +1,8 @@ -锘縰sing System; -using System.Windows.Forms; -using DevExpress.XtraEditors; +锘縰sing DevExpress.XtraEditors; using Gs.DevApp.ToolBox; using Newtonsoft.Json; +using System; +using System.Windows.Forms; namespace Gs.DevApp.DevFrm.User { @@ -43,8 +43,7 @@ var _obj = new { - edtUserGuid = userGuid, - userGuid, + userGuid = userGuid, newPass = txtNewPwd.Text.Trim() }; try -- Gitblit v1.9.3