Browse Source

平均派单

田爽 10 months ago
parent
commit
b20689ef29
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Hotline/Orders/OrderDomainService.cs

+ 2 - 1
src/Hotline/Orders/OrderDomainService.cs

@@ -13,6 +13,7 @@ using Hotline.CallCenter.Calls;
 using Hotline.File;
 using Hotline.FlowEngine.Workflows;
 using Hotline.Schedulings;
+using Hotline.SeedData;
 using Hotline.Users;
 using Hotline.Share.Dtos;
 using Hotline.Settings.Hotspots;
@@ -197,7 +198,7 @@ public class OrderDomainService : IOrderDomainService, IScopeDependency
                 Value = "待派单池",
                 UserId = OrderDefaults.SourceChannel.SendPoolId,
                 Username = "待派单池",
-                OrgId ="001",
+                OrgId = OrgSeedData.CenterId,
                 OrgName = "市民热线服务中心"
 			};
         scheduling.SendOrderNum++;