bug
lu
2025-07-25 5d01924a6b7b11b1b12e44aafafb711258a1d108
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);