FlexJobApi.Application/Dictionaries/Commands/DictionaryDataCommandHandler.cs
@@ -86,7 +86,7 @@ { var repHumanResourcesBaseArea = Db.GetRepository<BaseArea, HumanResourcesDbContextLocator>(); var areas = await repHumanResourcesBaseArea.AsQueryable().AsNoTracking() .OrderBy(it => it.ParentId) .OrderBy(it => it.AreaCode) .ToListAsync(); var entities = new List<DictionaryData>(); var categoryId = new Guid("B21FE000-BB7F-4498-08E9-08DDD572EF73");