Preparing: INSERT INTO TB_MINORITY_SHAREHOLDERS (STOCK_CODE, BSNS_YEAR, REPRT_CODE, RCEPT_NO, CORP_CLS, CORP_CODE, CORP_NAME, SE, SHRHOLDR_CO, SHRHOLDR_TOT_CO, SHRHOLDR_RATE, HOLD_STOCK_CO, STOCK_TOT_CO, HOLD_STOCK_RATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE STOCK_CODE = ?, BSNS_YEAR = ?, REPRT_CODE = ?, RCEPT_NO = ?, CORP_CLS = ?, CORP_CODE = ?, CORP_NAME = ?, SE = ?, SHRHOLDR_CO = ?, SHRHOLDR_TOT_CO = ?, SHRHOLDR_RATE = ?, HOLD_STOCK_CO = ?, STOCK_TOT_CO = ?, HOLD_STOCK_RATE = ?, REG_DATE = ?
ERROR 11:41:03.683 [http-nio-80-exec-6 DirectJDKLog.java:175] log - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'rcept_no' in 'class com.cova.sg.api.vo.MinorityshareholdersVo'] with root cause
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'rcept_no' in 'class com.cova.sg.api.vo.MinorityshareholdersVo'
이런 오류가 뜨는 데 변수일치 대소문자 구문해서 쿼리문 작성 잘 했는데 왜 이럴까요?