bug
lu
2025-08-01 45b0abd8850da515734792f01addd8aa5f18dd62
DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.cs
@@ -35,7 +35,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);