bug
lu
2025-09-19 73488352cf894aead2198683e8e6836bf321b48c
DevApp/Gs.DevApp/DevFrm/JJGZ/SelectSTAFF.cs
@@ -35,7 +35,7 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["id"].ToString();
                        string _guid = dr["guid"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            list.Add(_guid);