lu
2025-06-07 aef15a6e8acc366ff60e428a347d7f7fe8f9cadc
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