修改分组名称

Test_IRC_Net8
he 2026-04-02 09:41:59 +08:00
parent fecbc276c8
commit 00dcf84abe
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 = x.GroupName,
GroupName =_userInfo.IsEn_Us?x.GroupEnName: x.GroupName,
}).ToListAsync();
return result;