bug
lu
2025-09-11 2d20acfa162b85339755d5d4c0730a6fc609793e
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);