摘要:
上一页:where id=(select max(id) from examination where id < #{id} and class=#{class}) 下一页:where id=(select min(id) from examination where id > #{id 阅读全文
摘要:
1、从前台传递一个String类型的参数到后台进行查询,如果牵涉到模糊查询会报错,应该把参数封装到对象中再进行传递然后进行模糊查询 2、一个查询框,多个查询条件 <if test="customer !=null and customer !=''"> and t.customer_name lik 阅读全文