田爽 hai 10 meses
pai
achega
806972904f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/Hotline/Orders/OrderDomainService.cs

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

@@ -197,7 +197,9 @@ public class OrderDomainService : IOrderDomainService, IScopeDependency
                 Value = "待派单池",
                 UserId = OrderDefaults.SourceChannel.SendPoolId,
                 Username = "待派单池",
-            };
+                OrgId ="001",
+                OrgName = "市民热线服务中心"
+			};
         scheduling.SendOrderNum++;
         await _schedulingRepository.UpdateAsync(scheduling, cancellationToken);
         var user = scheduling.SchedulingUser;