Explorar el Código

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

fly hace 2 años
padre
commit
3bc647d51a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;