| | |
| | | |
| | | 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; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | |
| | | return businessQuestionAnswerTitleValueInfos; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public List<Map> queryQuestionAnswerTitleValueResultCount(Map info) { |
| | | List<Map> businessQuestionAnswerTitleValueInfos |
| | | = sqlSessionTemplate.selectList("questionAnswerTitleValueServiceDaoImpl.queryQuestionAnswerTitleValueResultCount", info); |
| | | return businessQuestionAnswerTitleValueInfos; |
| | | } |
| | | } |