|
@@ -210,6 +210,7 @@ public class ServerMessageJob : IJob
|
|
if (string.IsNullOrEmpty(vid))
|
|
if (string.IsNullOrEmpty(vid))
|
|
{
|
|
{
|
|
dataTransferRequest.vendorId = string.Empty;
|
|
dataTransferRequest.vendorId = string.Empty;
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
dataTransferRequest.vendorId = vid;
|
|
dataTransferRequest.vendorId = vid;
|
|
}
|
|
}
|