Browse Source

build succeeded

xf 1 month ago
parent
commit
7fe6329f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Application/OrderApp/OrderApplication.cs

+ 1 - 1
src/Hotline.Application/OrderApp/OrderApplication.cs

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