From e3a781b9500735d07460295712a9b34fad19703c Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 17 Dec 2024 11:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/ReadingCriterion/ReadingQuestionService.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs index 0cdf695cb..c8331a768 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs @@ -120,9 +120,8 @@ namespace IRaCIS.Core.Application.Service { Code = int.Parse(x.Code), - Value = x.Value, - - ValueCN = x.ValueCN + Value = _userInfo.IsEn_Us ? x.Value : x.ValueCN, + ValueCN = _userInfo.IsEn_Us ? x.Value : x.ValueCN, }).ToListAsync(); return new GetTrialQuestionExportResultOutDto()