Browse Source

设备直播调整

Jeremy 2 years ago
parent
commit
02a344e2cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Service/DeviceService.cs

+ 1 - 1
Service/DeviceService.cs

@@ -1191,7 +1191,7 @@ namespace WingDeviceService.Service
                 LiveRoomCode = deviceCode,
                 Name = deviceName,
                 RelatedCode = deviceCode,
-                BusinessModule = BusinessModuleEnum.LivingConsultation,
+                BusinessModule = BusinessModuleEnum.DeviceLiving,
                 Status = LiveRoomStatus.Default,
                 UserInfos = new List<LiveMemberDTO>(),
                 DeviceInfos = new List<LiveMemberDTO> { deviceLiveInfo }