PipeLineLems/server/src/CMS.Plugin.PipeLineLems.EntityFrameworkCore/Repositories/EfCoreWorkPlanRepository.cs
@@ -35,7 +35,7 @@ return await (await GetDbSetAsync()) .IncludeDetails() .Where(x => !x.IsDeleted) .OrderBy(t => t.Sort) .OrderByDescending(x=>x.CreationTime) .FirstOrDefaultAsync(t => t.TaskCode == name, GetCancellationToken(cancellationToken)); }