더보기Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 26] OpenInfVisualDAO.javapublic List openInfVisualListAll(OpenInfVO vo){ return sqlSessionTemplate.selectOne("openInfVisualListAll",vo);} OpenInfVisualController@RequestMapping("/dream/openi..