From fad2478c12172e84ffb47ae2b97654108ee8856c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 28 十一月 2024 14:36:06 +0800 Subject: [PATCH] 车间产线下拉 --- 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