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

IRC_NewDev
he 2024-08-27 15:36:19 +08:00
parent 3f88a9df46
commit fa2a0e7482
1 changed files with 2 additions and 2 deletions

View File

@ -836,8 +836,8 @@ namespace IRaCIS.Core.Application.Service
parent = b
}).SelectMany(a => a.parent, (m, n) => new
{
value = n.ValueCN
}).Select(x => x.value).ToListAsync()
value = _userInfo.IsEn_Us ? n.Value : n.ValueCN
}).Select(x => x.value).ToListAsync()
);
}
}