<select id="selectByTwoId" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
select
<include refid="Base_Column_List" />
from message
where id
between #{ido,jdbcType=INTEGER} and #{idt,jdbcType=INTEGER}
</select>
代碼如圖。報錯說我的ido沒有 ,傳入的值也命名為ido,和idt了
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'ido' not found. Available parameters are [0, 1, param1, param2]
parameterType="java.lang.Integer" 這個類型寫成map類型吧 dao層把參數放到map中