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