Browse Source

调参有第二窗口要发给第二窗口

fly 2 years ago
parent
commit
3bc647d51a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Service/DeviceService.cs

+ 2 - 1
Service/DeviceService.cs

@@ -1242,7 +1242,8 @@ namespace WingDeviceService.Service
                 NotificationType = notify.NotificationType,
                 TransactionType = TransactionTypeEnum.ControlParameter,
                 RelevanceCode = userCode,
-                ReceiverType = ApplicantTypeEnum.Client
+                ReceiverType = ApplicantTypeEnum.Client,
+                WSConnectType = WSConnectTypeEnum.ConsultationSecondWindow
             };
             await _notificationService.PostMessageAsync(notificationRequest);
             return true;