diff --git a/IRaCIS.Core.Application/Service/QC/QCListService.cs b/IRaCIS.Core.Application/Service/QC/QCListService.cs index bb6b585f0..7e4ccac35 100644 --- a/IRaCIS.Core.Application/Service/QC/QCListService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCListService.cs @@ -255,7 +255,7 @@ namespace IRaCIS.Core.Application.Image.QA PageSize=1, }); - return result.Item1.CurrentPageData.Count > 0 ? result.Item1.CurrentPageData[1] : null; + return result.Item1.CurrentPageData.Count > 0 ? result.Item1.CurrentPageData[0] : null; } ///