로딩
요청 처리 중입니다...

102 MyBatis There is no getter for property named '@@@' in 'class @@@.@@Vo'

 102 MyBatis There is no getter for property named '@@@' in 'class @@@.@@Vo'

Mybatis를 통해서 새로운 조회 조건을 추가해달라는 요청이 들어와, 조건을 추가하게 되었습니다. ... // <- 해당 부분 
 
 AND t1.DISTANCE
[CDATA[>=]]> #{distance}
 
 
 AND t1.DISTANCE #{distance} 
 ...

조건을 추가하고, 조회를 해 보았더니 아래와 같은 오류가 발생하게 되었습니다. Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException : There is no...