啊鑫
7 天以前 8366fcbfed5c66fa1fab4f6dba964a3451c24091
DevApp/Gs.DevApp/DevFrm/WW/SelectWwTbl.cs
@@ -1,11 +1,11 @@
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
namespace Gs.DevApp.UserControl
namespace Gs.DevApp.DevFrm.WW
{
    public partial class SelectWwTbl : DevExpress.XtraEditors.XtraForm
    {
@@ -35,7 +35,7 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["dabGuid"].ToString();
                        string _guid = dr["guid"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            list.Add(_guid);