|
|
@ -413,6 +413,7 @@ public class StreamPushServiceImpl implements IStreamPushService { |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
if (streamPushItemListFroPlatform.size() > 0) { |
|
|
|
platformGbStreamMapper.batchAdd(streamPushItemListFroPlatform); |
|
|
|
// 发送通知
|
|
|
|
for (String platformId : platformForEvent.keySet()) { |
|
|
@ -420,6 +421,8 @@ public class StreamPushServiceImpl implements IStreamPushService { |
|
|
|
platformId, platformForEvent.get(platformId), CatalogEvent.ADD); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|