bug
lu
2025-08-01 78ded57d2cf4fd2cc6ae731a625a4d6528bede49
DevApp/Gs.DevApp/DevFrm/Rk/SelectItemTbl.cs
@@ -36,7 +36,7 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["dabGuid"].ToString();
                        string _guid = dr["guid"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            list.Add(_guid);