bug
lu
6 天以前 2e44301eda2efb4b61e6dc53d4fff668229f7321
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);