九章算法面向对象设计OOD2022版
2022-12-27 19:58 作者:bili_1559000721 | 我要投稿
此时, SQL
语句中获取方式有两种, 通过#{index}
或#{param+数字}
的方式
<select id="selByUP" resultType="user">
select * from t_user where username=#{0} and password=#{1}</select>
或者
此时, SQL
语句中获取方式有两种, 通过#{index}
或#{param+数字}
的方式
<select id="selByUP" resultType="user">
select * from t_user where username=#{0} and password=#{1}</select>
或者