sunpengfei
2025-08-07 313c5cbe5c63fa07f78fa24d8cc33b75435a266f
FlexJobApi.Application/Dictionaries/Queries/DictionaryDatasQueryHandler.cs
@@ -85,6 +85,10 @@
                    {
                        q = q.Where(it => it.ParentId == request.ParentId);
                    }
                    if (request.CategoryCode == "70" || request.CategoryId == new Guid("B21FE000-BB7F-4498-08E9-08DDD572EF73"))
                    {
                        q = q.Where(it => it.Deep <= 3);
                    }
                    if (request.Keywords.IsNotNull())
                    {
                        q = q.Where(it =>