guyue
2 天以前 286cc1963d6d5a26f26c78d542974691b80a86f7
src/main/java/com/linghu/service/impl/KeywordServiceImpl.java
@@ -36,7 +36,7 @@
            return ResponseResult.error("关键词不存在");
        }
        if (!"completed".equals(keyword.getStatus())) {
            return ResponseResult.error("关键词采集未完成");
            return ResponseResult.success();
        }
        List<KeywordStaticsVO> statics = this.getBaseMapper().statics(keywordId, questionId, keyword.getNum());
        vo.setNowRecord(statics);