@@ -5485,7 +5485,7 @@ public class OrderApplication : IOrderApplication, IScopeDependency
throw new UserFriendlyException($"该部门领导角色未设置用户,部门:{step.HandlerOrgId}, 角色:{SettingConstants.RoleJingBanRen}");
break;
default:
- throw new OutOfRangeException(nameof(GetHandlerRandomAsync));
+ throw new ArgumentOutOfRangeException(nameof(GetHandlerRandomAsync));
}
return user;