Compare commits

..

No commits in common. "75cceee734c130e4cb0bfad0b4be3aadf79cf64e" and "529033c5e43d7ff3e35cb7f5343bda67433d4f77" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ namespace IRaCIS.Core.Application.Service
.Select(x => new GetTrialGroupNameOutDto
{
GroupId = x.Id,
GroupName =_userInfo.IsEn_Us?x.GroupEnName: x.GroupName,
GroupName = x.GroupName,
}).ToListAsync();
return result;