Răsfoiți Sursa

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

fly 2 ani în urmă
părinte
comite
3bc647d51a
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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;