huliguo
昨天 c4abb3711bcee356935339f7c9fd9e2b58dee2bf
src/main/java/com/linghu/service/KeywordService.java
@@ -16,7 +16,7 @@
 */
public interface KeywordService extends IService<Keyword> {
    ResponseResult<KeywordStaticsListVO> statics(Integer keywordId, Integer questionId);
    ResponseResult<KeywordStaticsListVO>statics(Integer keywordId, Integer questionId);
    ResponseResult<List<PlatformProportionVO>> getResultByTypeId(Integer keywordId, Integer questionId, Integer typeId);