|
@@ -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;
|