sunpengfei
2025-08-07 7fdb2b0ac2c16d78089b5b8c022f74a6edefd22f
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");