From 9c2dd09bc32849ed4adaf6763ddec140b16bc5a3 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 31 十月 2024 08:18:51 +0800 Subject: [PATCH] 改了组织表 --- DevApp/Gs.DevApp/DevFrm/User/Role.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/Role.cs b/DevApp/Gs.DevApp/DevFrm/User/Role.cs index 2ff7957..8c8338d 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/Role.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/Role.cs @@ -229,7 +229,7 @@ var _obj = new { - guid = lbGuid.Text.Trim(), + guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), roleName = txt_roleName.Text.Trim(), roleRemark = txt_roleRemark.Text.Trim(), isStatus = txt_isStatus.Checked //鐘舵�� -- Gitblit v1.9.3