diff --git a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java index 93c9edd..0d09b1a 100644 --- a/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java +++ b/src/main/java/com/sztzjy/fund_investment/service/serviceImpl/TopicServiceImpl.java @@ -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);