添加项目用户角色去重-多中心加入同一个人
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-04-09 17:01:40 +08:00
parent 040ca6eb77
commit d4d632adce
1 changed files with 1 additions and 1 deletions

View File

@ -1322,7 +1322,7 @@ namespace IRaCIS.Core.Application.Contracts
foreach (var userTypeId in userTypeIdList)
foreach (var userTypeId in userTypeIdList.Distinct())
{
var findTrialUserRole = findTrialUser.TrialUserRoleList.Where(t => t.UserRole?.UserTypeId == userTypeId).FirstOrDefault();