wuxw
2024-01-22 afe3952e5fbf565cba6a2e4da82eec89f383fd4c
service-user/src/main/java/com/java110/user/dao/impl/QuestionAnswerV1ServiceDaoImpl.java
@@ -108,5 +108,11 @@
        return Integer.parseInt(businessQuestionAnswerInfos.get(0).get("count").toString());
    }
    @Override
    public List<Map> queryVotedCountAndScore(Map info) {
        List<Map> businessQuestionAnswerInfos = sqlSessionTemplate.selectList("questionAnswerV1ServiceDaoImpl.queryVotedCountAndScore",info);
        return businessQuestionAnswerInfos;    }
}