Mybatis를 통해서 새로운 조회 조건을 추가해달라는 요청이 들어와, 조건을 추가하게 되었습니다. ...
[CDATA[>=]]> #{distance}
AND t1.DISTANCE #{distance}
...
조건을 추가하고, 조회를 해 보았더니 아래와 같은 오류가 발생하게 되었습니다. Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException : There is no...