duheng
2024-10-24 4812786898dc040fc236e9e00e21b9f4d08f57e3
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/05-search/XhsProjectSimulationSearchCtrl.cs
@@ -43,7 +43,7 @@
            var parters = allParterList?.Where(x => (!string.IsNullOrEmpty(x.Code) && x.Code.Contains(condition))
                || (!string.IsNullOrEmpty(x.Name) && x.Name.Contains(condition))
                || (!string.IsNullOrEmpty(x.Catalog) && x.Catalog.Contains(condition))
                || (!string.IsNullOrEmpty(x.Description) && x.Description.Contains(condition))
                || (!string.IsNullOrEmpty(x.ModelType) && x.ModelType.Contains(condition))
                ).ToList();
            _allBindingList = new List<XhsProjectSimulationSearchViewModel>();
            if (parters != null && parters.Count > 0)