에러

[ 에러 ] Expected one result (or null) to be returned by selectOne(), but found: 10

괴발새발개발자 2022. 6. 19. 17:13

Expected one result (or null) to be returned by selectOne(), but found: 10

<원인>

- result 값이 한개 이지만, 찾아온 값은 10개임.

 

<해결>

- 데이터 반환 타입을 String에서 List<String> 로 변경함.