修改分组名称
parent
fecbc276c8
commit
00dcf84abe
|
|
@ -787,7 +787,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
.Select(x => new GetTrialGroupNameOutDto
|
||||
{
|
||||
GroupId = x.Id,
|
||||
GroupName = x.GroupName,
|
||||
GroupName =_userInfo.IsEn_Us?x.GroupEnName: x.GroupName,
|
||||
}).ToListAsync();
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue