huliguo
2 天以前 580d70b15ae47bc180a0b579af8c47c506eefac6
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);