修改分组名称

This commit is contained in:
he
2026-04-02 09:41:59 +08:00
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;