From 6c94c6e432b7112cd1da29e610950f9a3ffee2de Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 17 May 2022 09:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E5=AD=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 6ead940a5..85ebb563e 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -949,9 +949,9 @@ namespace IRaCIS.Core.Application.Image.QA #endregion [HttpGet] - public async Task IsQCCanOpt([FromQuery,Required]Guid sujectVisitId) + public async Task IsQCCanOpt([FromQuery,Required]Guid subjectVisitId) { - await VerifyIsCanQCAsync(null,sujectVisitId); + await VerifyIsCanQCAsync(null, subjectVisitId); }