Compare commits
No commits in common. "75cceee734c130e4cb0bfad0b4be3aadf79cf64e" and "529033c5e43d7ff3e35cb7f5343bda67433d4f77" have entirely different histories.
75cceee734
...
529033c5e4
|
|
@ -787,7 +787,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
.Select(x => new GetTrialGroupNameOutDto
|
.Select(x => new GetTrialGroupNameOutDto
|
||||||
{
|
{
|
||||||
GroupId = x.Id,
|
GroupId = x.Id,
|
||||||
GroupName =_userInfo.IsEn_Us?x.GroupEnName: x.GroupName,
|
GroupName = x.GroupName,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue