楊村長JS練功房
<select id="selectUser" resultMap="User"> ? ?
? ?select * from user where user_name = #{userName} and user_password=#{password} ?
</select>
其中where user_name = #{userName} and user_password = #{password}
中的userName
和password
都是從注解@Param()
里面取出來的,取出來的值就是方法中形式參數(shù) String name
和 String pwd
的值。
?
標(biāo)簽: