代码修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-12-17 11:34:49 +08:00
parent bba3a038af
commit e3a781b950
1 changed files with 2 additions and 3 deletions

View File

@ -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()