lu
7 天以前 90cb645e2cc2a0befcb50fff0477b07a76b49e83
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.cs
@@ -59,7 +59,7 @@
        private bool getConfigDianJian()
        {
            //这是电检数据的路径
            string _where = " and 1=1 and  defect_code='7001'";
            string _where = " and 1=1 and  defect_code='1008'";
            var pgq = new PageQueryModel(1, 999999, "a.defect_code", "asc", "", _where);
            var json = JsonConvert.SerializeObject(pgq);
            try