MyBatis 如何使用算术公式
<select id="selectRank" resultMap="BaseResultMap2"> select student_name, age, gender from student <if test="page !=null and size !=null"> limit ${(page - 1) * size}, ${size} </if> </select>
2024-04-03 13:06:59
MyBatis 如何使用算术公式
<select id="selectRank" resultMap="BaseResultMap2"> select student_name, age, gender from student <if test="page !=null and size !=null"> limit ${(page - 1) * size}, ${size} </if> </select>
下一篇:反射