|
@@ -284,6 +284,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
matchContent.setTitle(contentItemVO.getTitle());
|
|
|
matchContent.setFlowPoolLevelTag(contentItemVO.getFlowPoolLevelTag());
|
|
|
matchContent.setSourceType(contentItemVO.getSourceType());
|
|
|
+ matchContent.setChannelContentId(contentItemVO.getChannelContentId());
|
|
|
try {
|
|
|
matchQueue.put(matchContent);
|
|
|
} catch (InterruptedException e) {
|