代码修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
bba3a038af
commit
e3a781b950
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue