From ff561fb64775f0f3dbf5a4bf91e4c61bcc887080 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期日, 01 十二月 2024 11:30:58 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/User/User.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.cs b/DevApp/Gs.DevApp/DevFrm/User/User.cs index b364acc..48ca2c6 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/User.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/User.cs @@ -216,7 +216,7 @@ var _obj = new { - guid = lbGuid.Text.Trim(), //涓诲缓 + guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓 account = txt_account.Text.Trim(), password = txt_password.Text.Trim(), userName = txt_userName.Text.Trim(), -- Gitblit v1.9.3