guyue
2 天以前 53672f15a604c8c960a7e298d2dc1221d4a3c602
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);