@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user