FlexJobApi.Application/Dictionaries/Queries/DictionaryDatasQueryHandler.cs
@@ -46,6 +46,10 @@ { throw Oops.Oh(EnumErrorCodeType.s400, "请填写类别Id或编号"); } if (request.ParentId.HasValue) { q = q.Where(it => it.ParentId == request.ParentId); } if (request.Keywords.IsNotNull()) { q = q.Where(it =>