From e2ab2dab3db08d02067a3cdd0060fb95e0b30434 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 4 Nov 2022 16:45:03 +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 --- .../Service/Reading/ReadingImageTask/ReadingImageTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs index b92500c8..43f414ca 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs @@ -892,7 +892,7 @@ namespace IRaCIS.Application.Services string msg = string.Empty; try { - msg = $"{ errorMsgDic[criterionInfo.CriterionType]}"; + msg = errorMsgDic[criterionInfo.CriterionType]; } catch (Exception) {