service-user/src/main/java/com/java110/user/dao/impl/QuestionAnswerTitleValueServiceDaoImpl.java
@@ -101,5 +101,10 @@ return businessQuestionAnswerTitleValueInfos; } @Override public List<Map> queryQuestionAnswerTitleValueResultCount(Map info) { List<Map> businessQuestionAnswerTitleValueInfos = sqlSessionTemplate.selectList("questionAnswerTitleValueServiceDaoImpl.queryQuestionAnswerTitleValueResultCount", info); return businessQuestionAnswerTitleValueInfos; } }