Compare commits

...

2 Commits

Author SHA1 Message Date
he 75cceee734 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-04-02 09:42:00 +08:00
he 00dcf84abe 修改分组名称 2026-04-02 09:41:59 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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;