조심 해야 하는 Mybaits 변수 선언

     <select id="storeDetail" resultType="com.moneytip.web.domains.StoreDTO"
          parameterType="hashmap" statementType="CALLABLE">
          select    *
          from STORE_TB where ${keyField} = #{keyword} ;
     </select>

앞부분에는 $  뒤에 변수에는 #을 사용 한다

댓글

이 블로그의 인기 게시물

자바 string 비교 할때 equlas 를 사용하자

jqgrid 에서 export execl 붙이기

flutter webview scroll 안되는 경우 gestureRecognizers: gestureRecognizers, 추가 해서 되었다