|
|
@ -331,7 +331,6 @@ public class TopicServiceImpl implements TopicService {
|
|
|
|
if (!(IPOBKList.isEmpty()) || !(IPOTJList.isEmpty())) {
|
|
|
|
if (!(IPOBKList.isEmpty()) || !(IPOTJList.isEmpty())) {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
int topicCountPerModule = 3;
|
|
|
|
|
|
|
|
TopicQuery topicQuery = new TopicQuery();
|
|
|
|
TopicQuery topicQuery = new TopicQuery();
|
|
|
|
topicQuery.setCount(3);
|
|
|
|
topicQuery.setCount(3);
|
|
|
|
topicQuery.setModule(Constant.IPOBK);
|
|
|
|
topicQuery.setModule(Constant.IPOBK);
|
|
|
|