bug
lu
6 天以前 3ee759fb8ca911b0fa3c4ccb82d318ca8ee559ad
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);