代码修改
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),
|
Code = int.Parse(x.Code),
|
||||||
Value = x.Value,
|
Value = _userInfo.IsEn_Us ? x.Value : x.ValueCN,
|
||||||
|
ValueCN = _userInfo.IsEn_Us ? x.Value : x.ValueCN,
|
||||||
ValueCN = x.ValueCN
|
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
return new GetTrialQuestionExportResultOutDto()
|
return new GetTrialQuestionExportResultOutDto()
|
||||||
|
|
Loading…
Reference in New Issue