新增退出时机表,完成投资报告页面接口

master
xiaoCJ 1 year ago
parent b0b97c5d61
commit 9c66437197

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

Loading…
Cancel
Save