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