huliguo
1 天以前 6d794867f4255811ad990224b7ca25f6efcf77a0
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);