| | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.dto.questionAnswerTitleValue.QuestionAnswerTitleValueDto; |
| | | import com.java110.user.dao.IQuestionAnswerTitleValueServiceDao; |
| | | import com.java110.utils.constant.ResponseConstant; |
| | | import com.java110.utils.exception.DAOException; |
| | |
| | | return businessQuestionAnswerTitleValueInfos; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public List<Map> queryQuestionAnswerTitleValueResultCount(Map info) { |
| | | List<Map> businessQuestionAnswerTitleValueInfos |
| | | = sqlSessionTemplate.selectList("questionAnswerTitleValueServiceDaoImpl.queryQuestionAnswerTitleValueResultCount", info); |
| | | return businessQuestionAnswerTitleValueInfos; |
| | | } |
| | | } |