bug
lu
5 天以前 8a7bc73b5ac40d26ec72a5df94ca15c5a2976af0
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);