lu
2025-05-30 606301cef5356197f93c54d8b1c77b345149c7c2
DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -83,7 +83,7 @@
        /// </summary>
        private void getTree()
        {
            string _where = " and 1=1 and " + this.strWhere;
            string _where = " and 1=1 and a.type1=1 and " + this.strWhere;
            var pgq = new PageQueryModel(1, 999999, "a.defect_name", "asc", "", _where);
            var json = JsonConvert.SerializeObject(pgq);
            try