修改分组名称
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user