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

This commit is contained in:
he
2024-12-17 11:34:49 +08:00
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()