From 9c66437197f75b19fdb7e1736a04fd1b8daf2fd8 Mon Sep 17 00:00:00 2001 From: xiaoCJ <406612557@qq.com> Date: Fri, 22 Dec 2023 13:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=80=E5=87=BA=E6=97=B6?= =?UTF-8?q?=E6=9C=BA=E8=A1=A8=EF=BC=8C=E5=AE=8C=E6=88=90=E6=8A=95=E8=B5=84?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fund_investment/service/serviceImpl/TopicServiceImpl.java | 1 - 1 file changed, 1 deletion(-) 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);