bug
lu
2025-08-02 c1ddac72637f73b87610974e69704f5497019ba3
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);