HIAWms/server/src/CMS.Plugin.HIAWms.EntityFrameworkCore/Repositories/EfCoreWmsAreaRepository.cs
@@ -87,6 +87,7 @@ public async Task<List<WmsArea>> GetListForSelectAsync(CancellationToken cancellationToken = default) { return await (await GetDbSetAsync()) .Where(x => !x.IsDeleted) .ToListAsync(GetCancellationToken(cancellationToken)); }