From 9ed80154afe8390c10463a3a733e0a6c3fa830e9 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 27 Feb 2023 17:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/QCListService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ///