guyue
2 天以前 286cc1963d6d5a26f26c78d542974691b80a86f7
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);