乐趣区

关于java:mybatis传入对象直接用其对象的属性即可

name 为一个对象的属性

<select id="queryIdByName" resultType="int">
    select id  from role where name = #{name};
</select>
退出移动版