Compare commits
2 Commits
529033c5e4
...
75cceee734
| Author | SHA1 | Date |
|---|---|---|
|
|
75cceee734 | |
|
|
00dcf84abe |
|
|
@ -787,7 +787,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
.Select(x => new GetTrialGroupNameOutDto
|
.Select(x => new GetTrialGroupNameOutDto
|
||||||
{
|
{
|
||||||
GroupId = x.Id,
|
GroupId = x.Id,
|
||||||
GroupName = x.GroupName,
|
GroupName =_userInfo.IsEn_Us?x.GroupEnName: x.GroupName,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue